diff options
author | Bryan Newbold <bnewbold@animus.robocracy.org> | 2008-08-11 20:50:44 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@animus.robocracy.org> | 2008-08-11 20:50:44 -0700 |
commit | cc014f1d0b102bf9222fd7961546e3968fb46961 (patch) | |
tree | d5f972191930f906e59cdc8d73b590d6723dabdb /equations/templates | |
parent | f3c85569f394b2019fcd56a55bf2d6aacb67e5a5 (diff) | |
parent | 7903b16c1cfa93e2683e140019afabdd86a6f34a (diff) | |
download | equator-cc014f1d0b102bf9222fd7961546e3968fb46961.tar.gz equator-cc014f1d0b102bf9222fd7961546e3968fb46961.zip |
Merge branch 'master' of /srv/git/equator
Diffstat (limited to 'equations/templates')
-rw-r--r-- | equations/templates/equations/variable_detail.html | 2 |
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 %} |