0.9dev: Indentation fixes.


git-svn-id: https://svn.apache.org/repos/asf/bloodhound/trunk@1658972 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/bloodhound_theme/bhtheme/templates/bh_batch_modify.html b/bloodhound_theme/bhtheme/templates/bh_batch_modify.html
index 8cc2118..27191b7 100644
--- a/bloodhound_theme/bhtheme/templates/bh_batch_modify.html
+++ b/bloodhound_theme/bhtheme/templates/bh_batch_modify.html
@@ -18,12 +18,12 @@
 -->
 
 <form xmlns="http://www.w3.org/1999/xhtml"
-     xmlns:py="http://genshi.edgewall.org/"
-     xmlns:i18n="http://genshi.edgewall.org/i18n"
+      xmlns:py="http://genshi.edgewall.org/"
+      xmlns:i18n="http://genshi.edgewall.org/i18n"
       i18n:domain="bhtheme"
-     xmlns:xi="http://www.w3.org/2001/XInclude"
-     id="batchmod_form" method="post" action="${req.href + '/batchmodify'}"
-     class="form-horizontal" >
+      xmlns:xi="http://www.w3.org/2001/XInclude"
+      id="batchmod_form" method="post" action="${req.href + '/batchmodify'}"
+      class="form-horizontal">
 
 <fieldset id="batchmod_fieldset">
   <legend class="foldable">Batch Modify</legend>
@@ -37,7 +37,7 @@
           placeholder="${_('Describe changes using WikiFormatting')}" />
       </td>
     </tr>
-    
+
     <tr id="add_batchmod_field_row">
       <td colspan="3">
         <div class="control-group">
@@ -54,24 +54,23 @@
         </div>
       </td>
     </tr>
-    
+
     <tr>
       <td colspan="3">
-        <fieldset id="batchmod_action"> 
+        <fieldset id="batchmod_action">
           <legend>Action</legend>
           <xi:include href="bh_ticket_actions.html" />
         </fieldset>
       </td>
     </tr>
   </table>
-  
+
   <div>
     <input type="hidden" name="selected_tickets" value=""/>
     <input type="hidden" name="query_href" value="${query_href}"/>
-    <input type="submit" id="batchmod_submit" name="batchmod_submit" 
-        class="btn" value="${_('Change tickets')}" />
+    <input type="submit" id="batchmod_submit" name="batchmod_submit" class="btn" value="${_('Change tickets')}" />
   </div>
-  
+
   <div id="batchmod_help" i18n:msg="">
     <p class="help-block pull-right">
       <span class="label label-info">Note</span> See <a href="${href.wiki('TracBatchModify')}">TracBatchModify</a> for help on using batch modify.
@@ -81,4 +80,3 @@
 </fieldset>
 
 </form>
-