aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/views/fileview.rocker.html
diff options
context:
space:
mode:
authorMarvin Borner2019-04-13 20:06:43 +0200
committerMarvin Borner2019-04-13 20:06:43 +0200
commit7117f01a3e64726f4e069df21634647613325d4a (patch)
tree42c863b9755b982ff98234252851606abb914a8b /src/main/resources/views/fileview.rocker.html
parent9e91d7e8cd3a3cdfee7f4d10347f48980eeaae93 (diff)
Fixed html rendering at line number view
Diffstat (limited to 'src/main/resources/views/fileview.rocker.html')
-rw-r--r--src/main/resources/views/fileview.rocker.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main/resources/views/fileview.rocker.html b/src/main/resources/views/fileview.rocker.html
index 087aba7..bef1ad0 100644
--- a/src/main/resources/views/fileview.rocker.html
+++ b/src/main/resources/views/fileview.rocker.html
@@ -14,7 +14,6 @@
@layout.template("File " + filename, css, js) -> {
<button class="switch" id="raw">Show raw</button>
<span class="settings" id="settings">
- <!-- TODO: HTML gets executed on linecount option click - why? -->
<label for="code">Linecount</label><input id="code" type="checkbox">
<label for="dark">Dark mode</label><input id="dark" type="checkbox">
</span>