Revision: 8470
http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8470&view=rev
Author: vargenau
Date: 2012-11-15 10:41:15 +0000 (Thu, 15 Nov 2012)
Log Message:
-----------
Remove empty line
Modified Paths:
--------------
trunk/lib/ASCIIMathPHP/ASCIIMathPHP.cfg.php
Modified: trunk/lib/ASCIIMathPHP/ASCIIMathPHP.cfg.php
===================================================================
--- trunk/lib/ASCIIMathPHP/ASCIIMathPHP.cfg.php 2012-11-15 10:34:21 UTC (rev 8469)
+++ trunk/lib/ASCIIMathPHP/ASCIIMathPHP.cfg.php 2012-11-15 10:41:15 UTC (rev 8470)
@@ -214,4 +214,3 @@
'<<' => array( 'input'=>'<<', 'tag'=>'mo', 'output'=>'&#' . hexdec('2329') . ';', 'left_bracket'=>TRUE), // 2005-06-07 wes
'>>' => array( 'input'=>'>>', 'tag'=>'mo', 'output'=>'&#' . hexdec('232A') . ';', 'right_bracket'=>TRUE) // 2005-06-07 wes
);
-
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|