mirror of
https://github.com/go-gitea/gitea.git
synced 2026-08-04 08:42:37 +02:00
feat: add data-lexer-name attribute to file-info-entry
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
</div>
|
||||
{{end}}
|
||||
{{if .LexerName}}
|
||||
<div class="file-info-entry">
|
||||
<div class="file-info-entry" data-lexer-name="{{.LexerName}}">
|
||||
{{.LexerName}}
|
||||
</div>
|
||||
{{end}}
|
||||
|
||||
Reference in New Issue
Block a user