[Aimmath-commit] moodle/lib/t2mml edit.php,1.1,1.2 editeml.php,1.1,1.2
Brought to you by:
gustav_delius,
npstrick
From: <ma...@us...> - 2003-09-25 22:12:09
|
Update of /cvsroot/aimmath/moodle/lib/t2mml In directory sc8-pr-cvs1:/tmp/cvs-serv7724/lib/t2mml Modified Files: edit.php editeml.php Log Message: Fixed short tags Index: edit.php =================================================================== RCS file: /cvsroot/aimmath/moodle/lib/t2mml/edit.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** edit.php 21 Sep 2003 22:00:57 -0000 1.1 --- edit.php 25 Sep 2003 22:12:05 -0000 1.2 *************** *** 1,3 **** ! <? /* This TeX to MathML converter is based on WeM - Web editeur Mathematique --- 1,3 ---- ! <?php /* This TeX to MathML converter is based on WeM - Web editeur Mathematique Index: editeml.php =================================================================== RCS file: /cvsroot/aimmath/moodle/lib/t2mml/editeml.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** editeml.php 17 Sep 2003 19:22:19 -0000 1.1 --- editeml.php 25 Sep 2003 22:12:05 -0000 1.2 *************** *** 1,3 **** ! <? /* WeM - Web editeur Mathematique Copyright 2002 Stephan Semirat --- 1,3 ---- ! <?php /* WeM - Web editeur Mathematique Copyright 2002 Stephan Semirat |