Skip to content

Commit

Permalink
Fixing claim update issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Darshana Gunawardana authored and Darshana Gunawardana committed Jun 12, 2016
1 parent 26670f9 commit 6b7fda2
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 6b7fda2

Please sign in to comment.