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:10:28 UTC

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

Author: snoopdave
Date: Tue Dec 19 07:10:27 2006
New Revision: 488704

URL: http://svn.apache.org/viewvc?view=rev&rev=488704
Log:
Correcting comment form name to 'commentForm'

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

Modified: incubator/roller/branches/roller_3.1/web/WEB-INF/velocity/weblog.vm
URL: http://svn.apache.org/viewvc/incubator/roller/branches/roller_3.1/web/WEB-INF/velocity/weblog.vm?view=diff&rev=488704&r1=488703&r2=488704
==============================================================================
--- incubator/roller/branches/roller_3.1/web/WEB-INF/velocity/weblog.vm (original)
+++ incubator/roller/branches/roller_3.1/web/WEB-INF/velocity/weblog.vm Tue Dec 19 07:10:27 2006
@@ -216,7 +216,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>