Update of /cvsroot/php-blog/serendipity/templates/default
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8146/templates/default
Modified Files:
Tag: branch-smarty
commentform.tpl
Log Message:
- Fix broken comment submission
Index: commentform.tpl
===================================================================
RCS file: /cvsroot/php-blog/serendipity/templates/default/Attic/commentform.tpl,v
retrieving revision 1.1.2.5
retrieving revision 1.1.2.6
diff -u -d -r1.1.2.5 -r1.1.2.6
--- commentform.tpl 27 Sep 2004 12:13:51 -0000 1.1.2.5
+++ commentform.tpl 6 Oct 2004 23:02:04 -0000 1.1.2.6
@@ -1,6 +1,6 @@
<div class="serendipityCommentForm">
<a id="serendipity_CommentForm"></a>
- <form id="serendipity_comment" action="{$commentform_url}#feedback" method="post">
+ <form id="serendipity_comment" action="{$commentform_action}#feedback" method="post">
<div><input type="hidden" name="serendipity[entry_id]" value="{$commentform_id}" /></div>
<table border="0" width="100%" cellpadding="3">
<tr>
|