You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by ag...@apache.org on 2006/07/31 19:06:04 UTC

svn commit: r427174 - /incubator/roller/branches/roller_3.0/web/WEB-INF/velocity/weblog.vm

Author: agilliland
Date: Mon Jul 31 10:06:04 2006
New Revision: 427174

URL: http://svn.apache.org/viewvc?rev=427174&view=rev
Log:
bad velocity syntax.


Modified:
    incubator/roller/branches/roller_3.0/web/WEB-INF/velocity/weblog.vm

Modified: incubator/roller/branches/roller_3.0/web/WEB-INF/velocity/weblog.vm
URL: http://svn.apache.org/viewvc/incubator/roller/branches/roller_3.0/web/WEB-INF/velocity/weblog.vm?rev=427174&r1=427173&r2=427174&view=diff
==============================================================================
--- incubator/roller/branches/roller_3.0/web/WEB-INF/velocity/weblog.vm (original)
+++ incubator/roller/branches/roller_3.0/web/WEB-INF/velocity/weblog.vm Mon Jul 31 10:06:04 2006
@@ -217,7 +217,7 @@
 
     #if( $cform.error )
         <span class="error">$cform.message</span>
-    #elsif( !$cform.error && !$utils.isEmpty($cform.message) )
+    #elseif( !$cform.error && !$utils.isEmpty($cform.message) )
         <span class="status">$cform.message</span>
     #end