added class attribute to table tag for stylesheet support
I've noticed you've added class name
HolidaylistPluginTable
. Because this is a wiki word, this will be expanded to an url. Please use the convention
holidaylistPluginTable
.
AC
Hi Arthur,
if a class name in a HTML attribute is expanded, we found a bug in TWiki, but TWiki doesn't expand HTML attributes.
TWiki:Main.DanielRohde
But TWiki does.
Write
class="twikiTable HolidaylistPluginTable"
in a template and you'll get a link.
So better use
class="twikiTable holidaylistPluginTable"
.
AC
I tested it with Cairo and Dakar and TWiki does not.
But I followed the convention and the last published release (v1.015) uses
holidaylistPluginTable
.
Thanx ...
TWiki:Main.DanielRohde