Question
Hello everybody!
The Graphics located in twiki/pub/TWiki/TWikiDocGraphics are not Displayed correctly.
If i take a look in the Sourcecode of my TWiki Main Page (twiki/bin/view/TWiki/WebHome) i can see that something corrupts the path to the Graphics:
<span style="white-space:nowrap"><a href="/twiki/bin/view/Main/WebHome"><img src="http://192.168.xxx.xxx/twiki/pub/TWiki/TWikiDocGraphics%20%20%20%20%20%20%20%20%20/web-bg.gif" border="0" alt="" width="16" height="16" style="background-color:#FFEFA6 " /> Main</a></span>
<span style="white-space:nowrap"><a href="/twiki/bin/view/Project/WebHome"><img src="http://192.168.xxx.xxx/twiki/pub/TWiki/TWikiDocGraphics%20%20%20%20%20%20%20%20%20/web-bg.gif" border="0" alt="" width="16" height="16" style="background-color:#D0D0D0" /> Project</a></span>
As you can see there are 9 Spaces in the path to the graphics, but why? All the other links look the same. I've checked all of the config files, but can't find anything relevant to this problem.
This is what my Apache Logfile shows me:
[Thu Sep 18 12:18:55 2008] [error] [client 192.168.xxx.xxx] File does
not exist: /srv/www/htdocs/twiki/pub/TWiki/TWikiDocGraphics , referer: http://192.168.xxx.xxx/twiki/bin/view/TWiki/WebHome
Once again there are 9 Spaces, but why? Anyone got a suggestion where to find these Spaces?
Greetings Luis
Environment
-- LuisF - 18 Sep 2008
Answer
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.
This is a bug in the 4.2.0 Wysiwyg editor, that was leaving white spaces after some lines, it is harmless in most cases except on variable definitions. So in your casde the extra white space is in the definition of "Set ICONTOPIC =" in your TWiki.TWikiPreferences topic
It was fixed in 4.2.1 http://develop.twiki.org/~twiki4/cgi-bin/view/Bugs/Item5257
I suggest you upgrade to the current 4.2.3
-- ColasNahaboo - 18 Sep 2008