r73681 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r73680‎ | r73681 | r73682 >
Date:21:25, 24 September 2010
Author:kaldari
Status:deferred
Tags:
Comment:
language attribute is depricated for script tag
Modified paths:
  • /trunk/extensions/DonationInterface/payflowpro_gateway/payflowpro_gateway.body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/DonationInterface/payflowpro_gateway/payflowpro_gateway.body.php
@@ -180,7 +180,7 @@
181181 global $wgOut, $wgScriptPath;
182182
183183 // we only want to load this JS if the form is being rendered
184 - $wgOut->addHeadItem( 'validatescript', '<script type="text/javascript" language="javascript" src="' .
 184+ $wgOut->addHeadItem( 'validatescript', '<script type="text/javascript" src="' .
185185 $wgScriptPath .
186186 '/extensions/DonationInterface/payflowpro_gateway/validate_input.js"></script>' );
187187

Status & tagging log