Hi everyone, 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. Therefore, I did the following :
(:table width=100% border=0 cellspacing=1:) (: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-] (:tableend:) 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) : see attachment wikiword.txt I know that the WikiWords are disabled by default since version 2 and I am using version 2.2.0-beta16. I tried to add in my local config file the line $LinkWikiWords=0, but that doesn't work either. The only workaround I've come up with is to put the text between [==]. Is this a normal behaviour (I guess it is'nt) ?? Thanks Thierry
Hi everyone, 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. Therefore, I did the following : (:table width=100% border=0 cellspacing=1:) (: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-] (:tableend:) The problem is that WikiWords appear in the HTML code generated by PMwiki (in the tooltip as well as in the table text) : <td title="2007-02-12 00:01:20 Socket read error file number 186 terminal #<span class='wikiword'>PT0CGZA</span> address " valign='top'> <span style='font-size:83%'>2007-02-12 00:01:20 Socket read error file number 186 terminal #<span class='wikiword'>PT0CGZA</span></span> </td> I know that the WikiWords are disabled by default since version 2 and I am using version 2.2.0-beta16. I tried to add in my local config file the line $LinkWikiWords=0, but that doesn't work either. The only workaround I've come up with is to put the text between [==]. Is this a normal behaviour (I guess it is'nt) ?? Thanks Thierry
_______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
