From 3bc3d429fe3d8556616dff1ead4daa57d0a1b1cf Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Wed, 13 Jul 2011 23:20:16 -0500 Subject: [PATCH] Indenting section in the autoscape block --- mediagoblin/templates/mediagoblin/utils/profile.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mediagoblin/templates/mediagoblin/utils/profile.html b/mediagoblin/templates/mediagoblin/utils/profile.html index d9b121f6..63024b77 100644 --- a/mediagoblin/templates/mediagoblin/utils/profile.html +++ b/mediagoblin/templates/mediagoblin/utils/profile.html @@ -19,7 +19,7 @@ {% block profile_content -%} {% if user.bio %} {% autoescape False %} -

{{ user.bio_html }}

+

{{ user.bio_html }}

{% endautoescape %} {% endif %} {% if user.url %}