Hi everyone,
<br><br>I'm trying to create a table made of one cell per row. Each cell contains a truncated error message while the original full
error message is shown as a tooltip on the cell. <br>Therefore, I did the following :
<br><br>(:table width=100% border=0 cellspacing=1:)
<br>(:cellnr title="2007-02-12 00:01:20 Socket read error file number 186 terminal #PT0CGZA address etc, etc, etc":)
[-2007-02-12 00:01:20 Socket read error file number 186 terminal #PT0CGZA-]
<br>(:tableend:)
<br><br>The problem is that the html code for the WikiWords (span class="wikiword") appear in the HTML code generated by PMwiki (in the tooltip as well as in the table text) :
<br>see attachment wikiword.txt<br><br>I know that the WikiWords are disabled by default since version 2 and I am using version 2.2.0-beta16. <br>I tried to add in my
local config file the line $LinkWikiWords=0, but that doesn't work either.
<br>The only workaround I've come up with is to put the text between [==].
<br><br>Is this a normal behaviour (I guess it is'nt) ??
<br><br>Thanks<br><br><br> Thierry