Skip to content

Commit

Permalink
Merge pull request #279 from darshanasbg/master
Browse files Browse the repository at this point in the history
Fixing claim update issue
  • Loading branch information
thanujalk authored Jun 12, 2016
2 parents 26670f9 + 6b7fda2 commit 3282570
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,7 @@
key='remove.claim.mapping'/></a>
</div>

<form name="updateclaim" action="update-claim-finish-ajaxprocessor.jsp?claimUri=<%=Encode.forUriComponent(claimUri)%>&dialect
=<%=Encode.forUriComponent(dialectUri)%>"
<form name="updateclaim" action="update-claim-finish-ajaxprocessor.jsp?claimUri=<%=Encode.forUriComponent(claimUri)%>&dialect=<%=Encode.forUriComponent(dialectUri)%>"
method="post">
<table style="width: 100%" class="styledLeft">
<% for (int j = 0; j < claims.length; j++) {
Expand Down

0 comments on commit 3282570

Please sign in to comment.