r2981 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r2980‎ | r2981 | r2982 >
Date:13:51, 6 April 2004
Author:hashar
Status:old
Tags:
Comment:
ending ) thx to jeronim@irc
Modified paths:
  • /trunk/phase3/includes/Math.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Math.php
@@ -3,7 +3,7 @@
44 function linkToMathImage ( $tex, $outputhash )
55 {
66 global $wgMathPath;
7 - $url = htmlspecialchars( "$wgMathPath/$outputhash.png";
 7+ $url = htmlspecialchars( "$wgMathPath/$outputhash.png" );
88 $alt = htmlspecialchars( $tex );
99 return "<img class='tex' src=\"$url\" alt=\"$alt\" />";
1010 }

Status & tagging log