Author: rjollos
Date: Mon Mar 17 04:02:40 2014
New Revision: 1578221

URL: http://svn.apache.org/r1578221
Log:
0.8dev: Refactored template.

Modified:
    
bloodhound/trunk/bloodhound_dashboard/bhdashboard/widgets/templates/widget_cloud.html

Modified: 
bloodhound/trunk/bloodhound_dashboard/bhdashboard/widgets/templates/widget_cloud.html
URL: 
http://svn.apache.org/viewvc/bloodhound/trunk/bloodhound_dashboard/bhdashboard/widgets/templates/widget_cloud.html?rev=1578221&r1=1578220&r2=1578221&view=diff
==============================================================================
--- 
bloodhound/trunk/bloodhound_dashboard/bhdashboard/widgets/templates/widget_cloud.html
 (original)
+++ 
bloodhound/trunk/bloodhound_dashboard/bhdashboard/widgets/templates/widget_cloud.html
 Mon Mar 17 04:02:40 2014
@@ -45,10 +45,7 @@
     </span>
   </py:def>
 
-  <py:if test="heading is not None">
-  <h3 style="display: inline;">$heading</h3>
-  <br/>
-  </py:if>
+  <h3 py:if="heading is not None" style="display: inline;">$heading</h3>
   <py:if test="_view != view">
     <xi:include href="widget_alert.html"
         py:with="msglabel = 'Warning'; msgbody = 'Unknown view ' + view" />


Reply via email to