Fix silly html syntax error that all browsers but opera ignored.
This commit is contained in:
parent
58982018d4
commit
a646e5bf99
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
<h1>Editing %($edit_wiki_page%)</h1>
|
||||
<br />
|
||||
<form action="dirdir_edit" method="post">
|
||||
<input type="hidden" name="edit_wiki_page" value="%($edit_wiki_page%)"
|
||||
<input type="hidden" name="edit_wiki_page" value="%($edit_wiki_page%)">
|
||||
<textarea name="edit_text" id="edit_text" cols="80" rows="43">%{
|
||||
|
||||
if(~ $#edit_text 0 && test -f $edit_file)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue