Code

- fix small indentation glitch
authorschlatterbeck <schlatterbeck@57a73879-2fb5-44c3-a270-3262357dd7e2>
Tue, 7 Sep 2010 14:49:52 +0000 (14:49 +0000)
committerschlatterbeck <schlatterbeck@57a73879-2fb5-44c3-a270-3262357dd7e2>
Tue, 7 Sep 2010 14:49:52 +0000 (14:49 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4520 57a73879-2fb5-44c3-a270-3262357dd7e2

test/test_templating.py

index e4244d1da4d24a40cda17a38da8d771a89ff0d3e..a4c531b9257b07edc2a13332a9782c83cab17d1d 100644 (file)
@@ -152,7 +152,7 @@ class HTMLClassTestCase(TemplatingTestCase) :
            '<a href="http://roundup.net/">http://roundup.net/</a>')
         ae(t('&lt;HTTP://roundup.net/&gt;'),
            '&lt;<a href="HTTP://roundup.net/">HTTP://roundup.net/</a>&gt;')
-         ae(t('&lt;http://roundup.net/&gt;.'),
+        ae(t('&lt;http://roundup.net/&gt;.'),
             '&lt;<a href="http://roundup.net/">http://roundup.net/</a>&gt;.')
         ae(t('&lt;www.roundup.net&gt;'),
            '&lt;<a href="http://www.roundup.net">www.roundup.net</a>&gt;')