Skip to content

Commit 89930c3

Browse files
committedDec 15, 2015
Escape Html chars
1 parent 74adddb commit 89930c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎src/main/twirl/gitbucket/gist/list.scala.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
@renderMarkup(List(gistInfo.fileName), gistInfo.source, "master", gist.toRepositoryInfo, false, false, false)
6060
</div>
6161
} else {
62-
<pre class="list-code box-content prettyprint linenums">@Html(gistInfo.source)</pre>
62+
<pre class="list-code box-content prettyprint linenums">@gistInfo.source</pre>
6363
}
6464
</div>
6565
</div>

0 commit comments

Comments
 (0)