Update of /cvsroot/phpwebapp/web_app
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2760
Modified Files:
class.WebApp.php
Log Message:
Index: class.WebApp.php
===================================================================
RCS file: /cvsroot/phpwebapp/web_app/class.WebApp.php,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** class.WebApp.php 14 Jul 2004 14:45:41 -0000 1.18
--- class.WebApp.php 15 Jul 2004 13:36:13 -0000 1.19
***************
*** 594,598 ****
<strong>XML Error:</strong> $error_string. At <strong>$fname</strong>,
line <strong>$line_nr</strong>, column <strong>$col_nr</strong>: <br />
! <span class='xml_err_str'>...$xml_string</span>.
</div>
";
--- 594,598 ----
<strong>XML Error:</strong> $error_string. At <strong>$fname</strong>,
line <strong>$line_nr</strong>, column <strong>$col_nr</strong>: <br />
! <span class='xml_err_str'>$xml_string</span>.
</div>
";
|