1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

#2103 #2181 improvments of highlight class name

This commit is contained in:
Unknwon
2015-12-16 22:13:12 -05:00
parent 71142929cc
commit 6673dcb038
9 changed files with 95 additions and 14 deletions

View File

@@ -1 +1 @@
0.8.7.1215
0.8.8.1216

View File

@@ -40,7 +40,7 @@
<tbody>
<tr>
<td class="lines-num"></td>
<td class="lines-code"><pre class="{{if .FileExt}}lang-{{.FileExt}}{{end}}"><code><ol class="linenums">{{.FileContent}}</ol></code></pre></td>
<td class="lines-code"><pre><code class="{{.HighlightClass}}"><ol class="linenums">{{.FileContent}}</ol></code></pre></td>
</tr>
</tbody>
</table>