src/cm/templates/site/text_view_frame.html
changeset 376 431fdca06662
parent 375 d6439b3eb2de
child 378 7d05535e143b
--- a/src/cm/templates/site/text_view_frame.html	Thu Sep 08 15:15:23 2011 +0200
+++ b/src/cm/templates/site/text_view_frame.html	Thu Sep 08 15:19:48 2011 +0200
@@ -60,8 +60,8 @@
 </head>
 <BODY>
 
-    <DIV id="add_comment_btn" class="initially_hidden"> 
-    <img style="vertical-align: middle;" src="{{ CM_MEDIA_PREFIX }}img/add_plus.png" alt="{% blocktrans %}add a comment{% endblocktrans %}" title="{% blocktrans %}add a comment{% endblocktrans %}"/>
+    <DIV id="add_comment_btn" class="initially_hidden" title="{% blocktrans %}add a comment{% endblocktrans %}"> 
+    <img style="vertical-align: middle;" src="{{ CM_MEDIA_PREFIX }}img/add_plus.png" alt="{% blocktrans %}add a comment{% endblocktrans %}"/>
     <span>{% blocktrans %}comment{% endblocktrans %}</span>
     </DIV>
 	<!-- cf.http://layout.jquery-dev.net/download/example.html -->