diff options
Diffstat (limited to '')
-rw-r--r-- | templates/file.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/file.html b/templates/file.html index f231969..ab432d3 100644 --- a/templates/file.html +++ b/templates/file.html @@ -14,7 +14,7 @@ <a id="L{{ . }}" href="#L{{ . }}">{{ . }}</a> {{- end -}} </div> - <div> + <div class="file-content"> <span></span> <pre> {{- .content -}} |