r82532 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r82531‎ | r82532 | r82533 >
Date:19:54, 20 February 2011
Author:yaron
Status:deferred
Tags:
Comment:
Fixed typos in new form-popup code
Modified paths:
  • /trunk/extensions/SemanticForms/includes/SF_ParserFunctions.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticForms/includes/SF_ParserFunctions.php
@@ -534,14 +534,14 @@
535535 $parser->getOutput()->addHeadItem(
536536 '<script type="text/javascript" src="' . $sfgScriptPath
537537 . '/libs/SF_popupform.js"></script> ' . "\n",
538 - 'sf_poup_script'
 538+ 'sf_popup_script'
539539 );
540540
541541 // load extensions style sheet
542542 $parser->getOutput()->addHeadItem(
543543 '<link rel="stylesheet" href="' . $sfgScriptPath
544544 . '/skins/SF_popupform.css"/> ' . "\n",
545 - 'sf_poup_style'
 545+ 'sf_popup_style'
546546 );
547547
548548 $loaded = true;