r109221 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r109220‎ | r109221 | r109222 >
Date:21:41, 17 January 2012
Author:hashar
Status:ok
Tags:
Comment:
Fix form action from r109220
Modified paths:
  • /trunk/extensions/CongressLookup/SpecialCongressLookup.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CongressLookup/SpecialCongressLookup.php
@@ -245,7 +245,7 @@
246246 $htmlOut = <<<HTML
247247 <h4>Contact your representatives</h4>
248248 <div class="sopaActionDiv">
249 - <form action="." method="GET">
 249+ <form action="" method="GET">
250250 <label for="zip">Your zip code:</label>
251251 <input type="text" maxlength="10" size="5" name="zip" id="zip"/>
252252 <input type="submit" value="Look up" name="submit"/>

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r109220Fix trivial HTML issues...hashar21:37, 17 January 2012

Status & tagging log