Author: matevz
Date: Thu Feb  7 08:20:24 2013
New Revision: 1443348

URL: http://svn.apache.org/viewvc?rev=1443348&view=rev
Log:
#366 - TypeError: unsupported operand type(s) for -: 'str' and 'int'

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

Modified: 
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_ticket_box.html
URL: 
http://svn.apache.org/viewvc/incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_ticket_box.html?rev=1443348&r1=1443347&r2=1443348&view=diff
==============================================================================
--- 
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_ticket_box.html
 (original)
+++ 
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_ticket_box.html
 Thu Feb  7 08:20:24 2013
@@ -125,7 +125,7 @@ Arguments:
 
     <div class="properties">
       <py:for each="_fields, count in 
-          [(text_fields, _colcount / 2), (area_fields, colspan)]">
+          [(text_fields, _colcount / 2), (area_fields, 1)]">
         <div py:for="fields_row in group(_fields, count)" class="row">
           ${render_fields_row(fields_row, None, False)}
         </div>


Reply via email to