Skip to content

Commit

Permalink
SAK-40029 Display problem with i18n and HTML entities in a peer asses…
Browse files Browse the repository at this point in the history
  • Loading branch information
juanjmerono authored May 23, 2018
1 parent 61598cc commit 2e9a17f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#if ($value_CheckAnonymousGrading)
$validator.escapeHtml($!submission.Id) $tlang.getString("grading.anonymous.title")
#else
$validator.escapeHtml($!submitterNames)
$!submitterNames
#end

</td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
#if(!$view_only && $assignment.getPeerAssessmentAnonEval())
$tlang.getString("gen.student")
#else
$validator.escapeHtml($!submitterNames)
$!submitterNames
#end
#if($view_only)
<br/>
Expand Down

0 comments on commit 2e9a17f

Please sign in to comment.