MediaWiki r42662 - Code Review

Jump to: navigation, search
Repository:MediaWiki
Revision:r42661‎ | r42662 (on ViewVC)‎ | r42663 >
Date:17:51, 27 October 2008
Author:tparscal
Status:old (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.

Status & tagging log

  • 15:36, 12 September 2011 Meno25 (Talk | contribs) changed the status of r42662 [removed: ok added: old]
Personal tools
Namespaces
Variants
Views
Actions
Site
Support
Download
Development
Communication
Toolbox