aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemoun Metyas2011-12-22 04:08:37 -0800
committerRemoun Metyas2011-12-22 04:08:37 -0800
commit737334b56d770f64cbcef21bda0f9d454e85bfb1 (patch)
tree3d595be7225f40b3f7353545548ab5c0a24dff7a
parentb8ea435dd3fc2af702c17b8de93d870d4988e81f (diff)
downloaddjango-debug-toolbar-737334b56d770f64cbcef21bda0f9d454e85bfb1.tar.bz2
Force LTR for debug pane.
-rw-r--r--debug_toolbar/templates/debug_toolbar/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug_toolbar/templates/debug_toolbar/base.html b/debug_toolbar/templates/debug_toolbar/base.html
index d039ade..b6ec842 100644
--- a/debug_toolbar/templates/debug_toolbar/base.html
+++ b/debug_toolbar/templates/debug_toolbar/base.html
@@ -4,7 +4,7 @@
{{ css }}
</style>
<script type="text/javascript">{{ js }}</script>
-<div id="djDebug" style="display:none;">
+<div id="djDebug" style="display:none;" dir="ltr">
<div style="display:none;" id="djDebugToolbar">
<ul id="djDebugPanelList">
{% if panels %}