diff options
Diffstat (limited to 'debug_toolbar/templates')
| -rw-r--r-- | debug_toolbar/templates/debug_toolbar/panels/templates.html | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/debug_toolbar/templates/debug_toolbar/panels/templates.html b/debug_toolbar/templates/debug_toolbar/panels/templates.html index 58904be..f9f03b5 100644 --- a/debug_toolbar/templates/debug_toolbar/panels/templates.html +++ b/debug_toolbar/templates/debug_toolbar/panels/templates.html @@ -12,8 +12,8 @@  {% if templates %}  <dl>  {% for template in templates %} -	<dt><strong>{{ template.0 }}</strong></dt> -	<dd><samp>{{ template.1 }}</samp></dd> +	<dt><strong>{{ template.0|addslashes }}</strong></dt> +	<dd><samp>{{ template.1|addslashes }}</samp></dd>  {% endfor %}  </dl>  {% else %}  | 
