r42662 - Code Review

From MediaWiki.org

Jump to: navigation, search
Repository:MediaWiki
Revision:r42661 | r42662 (on ViewVC) | r42663 >
Date:17:51, 27 October 2008
Author:tparscal
Status:ok (Comments)
Tags:
Comment:Made a multi-line tag into a single line tag to prevent Tidy HTML from ignoring the attributes on additional lines.
Modified paths:

Diff [purge]

Index: trunk/extensions/inputbox/inputbox.php
===================================================================
--- trunk/extensions/inputbox/inputbox.php	(revision 42661)
+++ trunk/extensions/inputbox/inputbox.php	(revision 42662)
@@ -233,8 +233,7 @@
 	<input type="hidden" name="editintro" value="{$editintro}" />
 	{$comment}<input class="createboxInput" name="title" type="{$type}"
 	value="{$defaulttext}" size="{$this->width}" />{$this->br}
-	<input type='submit' name="create" class="createboxButton"
-	value="{$buttonlabel}" />
+	<input type="submit" name="create" class="createboxButton" value="{$buttonlabel}" />
 </form>
 </td>
 </tr>

Comments

#Comment by Mike.lifeguard (Talk | contribs)   17:08, 28 October 2008

This fixed bugzilla:16108.

Views
Toolbox