summaryrefslogtreecommitdiff
path: root/src/templates
diff options
context:
space:
mode:
Diffstat (limited to 'src/templates')
-rw-r--r--src/templates/table.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templates/table.html b/src/templates/table.html
index 791c10e..252b2f9 100644
--- a/src/templates/table.html
+++ b/src/templates/table.html
@@ -11,7 +11,7 @@
<tr>
{% for header in data[1] %}
<td>
- {{ row[header] }}
+ <nobr>{{ row[header] }}</nobr>
</td>
{% endfor %}
</tr>