diff options
| author | Remoun Metyas | 2011-12-22 04:08:37 -0800 | 
|---|---|---|
| committer | Remoun Metyas | 2011-12-22 04:08:37 -0800 | 
| commit | 737334b56d770f64cbcef21bda0f9d454e85bfb1 (patch) | |
| tree | 3d595be7225f40b3f7353545548ab5c0a24dff7a | |
| parent | b8ea435dd3fc2af702c17b8de93d870d4988e81f (diff) | |
| download | django-debug-toolbar-737334b56d770f64cbcef21bda0f9d454e85bfb1.tar.bz2 | |
Force LTR for debug pane.
| -rw-r--r-- | debug_toolbar/templates/debug_toolbar/base.html | 2 | 
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 %} | 
