|
Re: non breaking spaces added at the top of the pages ...: msg#00053web.wiki.phpwiki.talk
On Thursday, December 11, 2003, at 03:15 pm, Arnaud Fontaine wrote: Le lun 08/12/2003 à 10:57, Arnaud Fontaine a écrit : Hi, I already found the bug in lib/diff.php but there are a few other changes I would like make in there before I commit a proper repair to CVS. Here's a patch as a temporary workaround: Index: diff.php =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/lib/diff.php,v retrieving revision 1.44 diff -U2 -r1.44 diff.php --- diff.php 17 Feb 2003 02:17:31 -0000 1.44 +++ diff.php 11 Dec 2003 20:46:39 -0000 @@ -49,5 +49,5 @@ continue; if ($word[0] == "\n") { - $this->_group .= PrintXML(HTML::raw(' ')); + $this->_group .= " "; //new RawXml(' '); //FIXME: asXML(HTML::raw(' ')) ??? $this->_flushLine($tag); $word = substr($word, 1); ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: non breaking spaces added at the top of the pages ...: 00053, Arnaud Fontaine |
|---|---|
| Next by Date: | Re: non breaking spaces added at the top of the pages ...: 00053, Arnaud Fontaine |
| Previous by Thread: | Re: non breaking spaces added at the top of the pages ...i: 00053, Arnaud Fontaine |
| Next by Thread: | Re: non breaking spaces added at the top of the pages ...: 00053, Arnaud Fontaine |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |