Skip to content
Snippets Groups Projects
Commit f81ad43c authored by deuce's avatar deuce
Browse files

Fix nested tag in create new message button.

parent 2b1380b8
Branches
Tags
No related merge requests found
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<div align="center"> <div align="center">
@@JS:template.can_post?'<form name="PostMsg" action="post.ssjs?msg_sub=^^sub:code^^&amp;post=new" method="post"><input type="submit" value="'+template.post_button+'" /></form>':''@@ @@JS:template.can_post?'<form name="PostMsg" action="post.ssjs?msg_sub='+template.sub.code+'&amp;post=new" method="post"><input type="submit" value="'+template.post_button+'" /></form>':''@@
@@JS:template.show_choice==undefined ? '' : '(' + template.show_choice + ')<br /><br />'@@ @@JS:template.show_choice==undefined ? '' : '(' + template.show_choice + ')<br /><br />'@@
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment