public
Fork of halorgium/mephisto
Description: A mirror of the mephisto code-base
Homepage: http://mephistoblog.com/
Clone URL: git://github.com/technoweenie/mephisto.git
Click here to lend your support to: mephisto and make a donation at www.pledgie.com !
fix comment form url

git-svn-id: http://svn.techno-weenie.net/projects/mephisto/trunk@2138 
567b1171-46fb-0310-a4c9-b4bef9110e78
technoweenie (author)
Sun Sep 10 03:02:24 -0700 2006
commit  5df2c18d430b16595f2bc70393a55ef4b2a320fe
tree    2b2090338b16647fcee90133c129b3b2bb523061
parent  5c8689501d48244377d315fc6028bbe25f803b41
...
21
22
23
24
 
25
26
27
...
21
22
23
 
24
25
26
27
0
@@ -21,7 +21,7 @@ module Mephisto
0
               'submit' => %(<input type="submit" value="Send" />)
0
             }
0
             
0
- result << %(<form id="comment-form" method="post" action="#{context['article'].url}/comment#comment-form">#{[errors]+render_all(@nodelist, context)}</form>)
0
+ result << %(<form id="comment-form" method="post" action="#{context['article'].url}/comments#comment-form">#{[errors]+render_all(@nodelist, context)}</form>)
0
           else
0
             result << %(<p id="comment-message">#{context['message']}</p>)
0
           end

Comments

    No one has commented yet.