summaryrefslogtreecommitdiffstats
path: root/equations/templates/equations/variable_detail.html
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@animus.robocracy.org>2008-08-11 20:50:44 -0700
committerBryan Newbold <bnewbold@animus.robocracy.org>2008-08-11 20:50:44 -0700
commitcc014f1d0b102bf9222fd7961546e3968fb46961 (patch)
treed5f972191930f906e59cdc8d73b590d6723dabdb /equations/templates/equations/variable_detail.html
parentf3c85569f394b2019fcd56a55bf2d6aacb67e5a5 (diff)
parent7903b16c1cfa93e2683e140019afabdd86a6f34a (diff)
downloadequator-cc014f1d0b102bf9222fd7961546e3968fb46961.tar.gz
equator-cc014f1d0b102bf9222fd7961546e3968fb46961.zip
Merge branch 'master' of /srv/git/equator
Diffstat (limited to 'equations/templates/equations/variable_detail.html')
-rw-r--r--equations/templates/equations/variable_detail.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/equations/templates/equations/variable_detail.html b/equations/templates/equations/variable_detail.html
index ceec48c..63ca233 100644
--- a/equations/templates/equations/variable_detail.html
+++ b/equations/templates/equations/variable_detail.html
@@ -14,7 +14,7 @@
<tr><td><b>Reference:</b></td><td>
<a href="{{ object.reference }}">{{ object.reference }}</a></td></tr>
{% endif %}
- <tr><td><b>Raw LaTeX:</b></td><td><pre>{{ object.latex }}</pre></td></tr>
+ <tr><td width="25%"><b>Raw LaTeX:</b></td><td><pre>{{ object.latex }}</pre></td></tr>
{% if object.unicode %}
<tr><td><b>Unicode:</b></td><td>{{ object.unicode }}</td></tr>
{% endif %}