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

svn commit: r488697 - /incubator/roller/trunk/web/WEB-INF/velocity/weblog.vm

Author: snoopdave
Date: Tue Dec 19 07:04:43 2006
New Revision: 488697

URL: http://svn.apache.org/viewvc?view=rev&rev=488697
Log:
Correcting comment form name

Modified:
    incubator/roller/trunk/web/WEB-INF/velocity/weblog.vm

Modified: incubator/roller/trunk/web/WEB-INF/velocity/weblog.vm
URL: http://svn.apache.org/viewvc/incubator/roller/trunk/web/WEB-INF/velocity/weblog.vm?view=diff&rev=488697&r1=488696&r2=488697
==============================================================================
--- incubator/roller/trunk/web/WEB-INF/velocity/weblog.vm (original)
+++ incubator/roller/trunk/web/WEB-INF/velocity/weblog.vm Tue Dec 19 07:04:43 2006
@@ -232,7 +232,7 @@
     #end
 
     <form method="post" action="$url.entry($entry.anchor)" focus="name" 
-        name="form" onsubmit="fixURL(this); return validateComments(this)">    
+        name="commentForm" onsubmit="fixURL(this); return validateComments(this)">    
         <input type="hidden" name="method" value="post" />
 
         <ul>