Author: rjollos
Date: Thu Aug  8 05:43:57 2013
New Revision: 1511586

URL: http://svn.apache.org/r1511586
Log:
Fixed syntax error in [1511585].

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

Modified: bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_ticket.html
URL: 
http://svn.apache.org/viewvc/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_ticket.html?rev=1511586&r1=1511585&r2=1511586&view=diff
==============================================================================
--- bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_ticket.html 
(original)
+++ bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_ticket.html Thu Aug  
8 05:43:57 2013
@@ -330,7 +330,7 @@
         <py:when test="t.exists">
           <a href="${href.ticket(t.id)}"
               i18n:msg="id">Ticket #${t.id}</a>
-          <py:if test="version is not None" />
+          <py:if test="version is not None">
             <py:choose test="">
               <py:when test="version == 0">
                 <i18n:msg>at <a href="#comment:description">Initial 
Version</a></i18n:msg>


Reply via email to