r101848 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r101847‎ | r101848 | r101849 >
Date:18:46, 3 November 2011
Author:kipcool
Status:ok
Tags:
Comment:
removed extra colon
Modified paths:
  • /trunk/extensions/Wikidata/OmegaWiki/Wikidata.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Wikidata/OmegaWiki/Wikidata.php
@@ -251,7 +251,7 @@
252252 $wgOut->addHTML(
253253 '<div class="option-panel">' .
254254 '<table cellpadding="0" cellspacing="0"><tr>' .
255 - '<th>' . wfMsg( "summary" ) . ': </th>' .
 255+ '<th>' . wfMsg( "summary" ) . '</th>' .
256256 '<td class="option-field">' . getTextBox( "summary" ) . '</td>' .
257257 '</tr></table>' .
258258 getSubmitButton( "save", wfMsgSc( "save" ) ) .

Status & tagging log