This topic has
* Set LINKTOOLTIPINFO = on
(All tooltips with WikiWords in them are broken, e.g. in menu).
Seems this was introduced with SVN 8282.
--
SP
It also breaks most links in the
WebLeftBar, see
image2.gif.
It breaks file attachments, see
image4.gif.
All developers please test every change carfully before checking in, expecially during code freeze.
--
PTh
ok, reverting
Item1400 - svn:8298 -- SD
The
right solution to this is to handle <verbatim> tags
properly (instead of the current nasty line-oriented hack). You could then write:
$text = "<verbatim>$text</verbatim>";
around any region you wanted to protect. And verbatim would start working like a proper HTML tag, which, given the syntax adopted for it, it ought to do.
CC