[phpwebapp-commits] CVS: web_app/append wbDebug.html,1.5,1.6 wbDbgStatevars.php,1.7,1.8
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2004-07-15 14:46:30
|
Update of /cvsroot/phpwebapp/web_app/append In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16073/append Modified Files: wbDebug.html wbDbgStatevars.php Log Message: Index: wbDebug.html =================================================================== RCS file: /cvsroot/phpwebapp/web_app/append/wbDebug.html,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** wbDebug.html 14 Jul 2004 14:45:41 -0000 1.5 --- wbDebug.html 15 Jul 2004 14:46:04 -0000 1.6 *************** *** 5,12 **** <table bgcolor="#aaaaaa" border="0" cellspacing="1" cellpadding="2"> <tr> ! <td bgcolor="#eeeeee" nowrap="true"> <a href="{{extern_link}}" target="new_window">External Link:</a> </td> ! <td bgcolor="#f9f9ff" nowrap="true"> {{extern_link}} </td> --- 5,12 ---- <table bgcolor="#aaaaaa" border="0" cellspacing="1" cellpadding="2"> <tr> ! <td bgcolor="#eeeeee" nowrap="nowrap"> <a href="{{extern_link}}" target="new_window">External Link:</a> </td> ! <td bgcolor="#f9f9ff" nowrap="nowrap"> {{extern_link}} </td> Index: wbDbgStatevars.php =================================================================== RCS file: /cvsroot/phpwebapp/web_app/append/wbDbgStatevars.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** wbDbgStatevars.php 14 Jul 2004 14:45:41 -0000 1.7 --- wbDbgStatevars.php 15 Jul 2004 14:46:04 -0000 1.8 *************** *** 37,41 **** { $tree = "<hr />\n"; ! $tree .= "<a name='tree'> </a>"; $tree .= "<strong>WebObjects and their state variables:</strong>\n"; $tree .= "<pre>"; --- 37,41 ---- { $tree = "<hr />\n"; ! $tree .= "<a name='tree' id='tree'> </a>"; $tree .= "<strong>WebObjects and their state variables:</strong>\n"; $tree .= "<pre>"; |