r1345 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r1344
|
r1345
|
r1346
>
Date:
10:22, 20 May 2003
Author:
vibber
Status:
old
Tags:
Comment:
use 'name', this is html4... avoid js errors
Modified paths:
/trunk/phase3/includes/Article.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/Article.php
—
—
@@ -538,7 +538,7 @@
539
539
}
540
540
}
541
541
$wgOut->addHTML( "
542
-<form id=\"editform\" method=\"post\" action=\"$action\"
542
+<form id=\"editform\" name=\"editform\" method=\"post\" action=\"$action\"
543
543
enctype=\"application/x-www-form-urlencoded\">
544
544
<br clear=\"all\" />
545
545
<textarea tabindex=1 name=\"wpTextbox1\" rows={$rows}
Status & tagging log
21:41, 11 October 2010
Reedy
(
talk
|
contribs
)
changed the
status
of r1345
[
removed:
new
added:
old]