Author: rjollos
Date: Mon Mar 17 03:21:13 2014
New Revision: 1578217

URL: http://svn.apache.org/r1578217
Log:
0.8dev: Removed unneeded `span`.

Modified:
    bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_query.html

Modified: bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_query.html
URL: 
http://svn.apache.org/viewvc/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_query.html?rev=1578217&r1=1578216&r2=1578217&view=diff
==============================================================================
--- bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_query.html (original)
+++ bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_query.html Mon Mar 
17 03:21:13 2014
@@ -52,10 +52,9 @@
 
   <body>
     <div id="content" class="query row">
-      <span class="span12"><h1>$title <small 
class="numrows">(${ngettext('%(num)s match', '%(num)s matches', 
query.num_items)})</small></h1></span>
+      <h1 class="span12">$title <small class="numrows">(${ngettext('%(num)s 
match', '%(num)s matches', query.num_items)})</small></h1>
 
-      <div py:if="description" id="description" class="span12"
-          xml:space="preserve">
+      <div py:if="description" id="description" class="span12" 
xml:space="preserve">
         ${wiki_to_html(context.child(report_resource), description)}
       </div>
 
@@ -298,11 +297,11 @@
         </form>
       </div>
 
-      <div class="span12">
-        <div id="help" class="help-block pull-right" i18n:msg="">
-          <span class="label label-info">Note</span> See <a 
href="${href.wiki('TracQuery')}">TracQuery</a>
-          for help on using queries.
-        </div>
+      <div id="help" class="span12" i18n:msg="">
+        <p class="help-block pull-right">
+          <span class="label label-info">Note</span>
+          See <a href="${href.wiki('TracQuery')}">TracQuery</a> for help on 
using queries.
+        </p>
       </div>
 
     </div>


Reply via email to