We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74adddb commit 89930c3Copy full SHA for 89930c3
src/main/twirl/gitbucket/gist/list.scala.html
@@ -59,7 +59,7 @@
59
@renderMarkup(List(gistInfo.fileName), gistInfo.source, "master", gist.toRepositoryInfo, false, false, false)
60
</div>
61
} else {
62
- <pre class="list-code box-content prettyprint linenums">@Html(gistInfo.source)</pre>
+ <pre class="list-code box-content prettyprint linenums">@gistInfo.source</pre>
63
}
64
65
0 commit comments