Author: rjollos
Date: Fri Dec  7 06:20:33 2012
New Revision: 1418195

URL: http://svn.apache.org/viewvc?rev=1418195&view=rev
Log:
Refs #286: Remove leading whitespace from Project Description text on Basic 
Settings admin panel.

Modified:
    
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_admin_basics.html

Modified: 
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_admin_basics.html
URL: 
http://svn.apache.org/viewvc/incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_admin_basics.html?rev=1418195&r1=1418194&r2=1418195&view=diff
==============================================================================
--- 
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_admin_basics.html
 (original)
+++ 
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_admin_basics.html
 Fri Dec  7 06:20:33 2012
@@ -49,8 +49,8 @@
         <div class="control-group">
           <label class="control-label" for="descr">Description:</label>
           <div class="controls">
-            <textarea id="descr" name="descr" class="trac-resizable" rows="3" 
cols="50">
-                      ${project.descr}</textarea>
+            <textarea id="descr" name="descr" class="trac-resizable"
+                      rows="3" cols="50">${project.descr}</textarea>
           </div>
         </div>
         <div class="control-group">


Reply via email to