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/12 03:06:06 UTC

svn commit: r421061 - /incubator/roller/branches/roller_3.0/web/WEB-INF/velocity/deprecated/comments.vm

Author: agilliland
Date: Tue Jul 11 18:06:05 2006
New Revision: 421061

URL: http://svn.apache.org/viewvc?rev=421061&view=rev
Log:
fixing extra slash in comment posting url.


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

Modified: incubator/roller/branches/roller_3.0/web/WEB-INF/velocity/deprecated/comments.vm
URL: http://svn.apache.org/viewvc/incubator/roller/branches/roller_3.0/web/WEB-INF/velocity/deprecated/comments.vm?rev=421061&r1=421060&r2=421061&view=diff
==============================================================================
--- incubator/roller/branches/roller_3.0/web/WEB-INF/velocity/deprecated/comments.vm (original)
+++ incubator/roller/branches/roller_3.0/web/WEB-INF/velocity/deprecated/comments.vm Tue Jul 11 18:06:05 2006
@@ -186,7 +186,7 @@
 
     #showStatusMessage()
 
-    <form method="post" action="$ctxPath/$entry.permaLink" focus="name"
+    <form method="post" action="$ctxPath$entry.permaLink" focus="name"
         name="form" onsubmit="fixURL(this); return validateComments(this)">
         
         #if($requestParameters.popup)