From e6db8553b0e0607faa5cd9d9bdefa5fd7dd8fe4f Mon Sep 17 00:00:00 2001 From: andreimarcu Date: Thu, 16 Jun 2016 22:33:32 -0700 Subject: [PATCH] Fix line numbers for text --- templates/display/bin.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/display/bin.html b/templates/display/bin.html index a3aab36..12e49c9 100644 --- a/templates/display/bin.html +++ b/templates/display/bin.html @@ -2,8 +2,10 @@ {% block head %} +{% if extra.lang_hl != "text" %} - {% endblock %} +{% endif %} +{% endblock %} {% block innercontentmore %} class="scrollable"{% endblock %}