@@ -1,10 +1,6 @@
 <!-- See http://www.sublimetext.com/docs/snippets for more information -->
 <snippet>
-	<content><![CDATA[
-{% blocktrans %}
-$SELECTION
-{% endblocktrans %}
-]]>	</content>
+    <content><![CDATA[{% blocktrans %}$SELECTION{% endblocktrans %}]]></content>
     <tabTrigger>blocktrans</tabTrigger>
     <scope>text.html.django</scope>
     <description>blocktrans</description>