In the actual version of
TagMePlugin (Version 07 Oct 2006 - uploaded 08 Oct 2006 - 04:44) a "_" is missing
lib/TWiki/Plugins/TagMePlugin.pm
*** TagMePlugin.pm.org 2006-10-13 16:11:47.000000000 +0200
--- TagMePlugin.pm 2006-10-13 16:12:07.000000000 +0200
*************** sub _handleTagMe
*** 122,128 ****
my $text = '';
_initialize();
if( $action eq 'show' ) {
! $text = showDefault();
} elsif( $action eq 'showalltags' ) {
$text = _showAllTags( $attr );
} elsif( $action eq 'query' ) {
--- 122,128 ----
my $text = '';
_initialize();
if( $action eq 'show' ) {
! $text = _showDefault();
} elsif( $action eq 'showalltags' ) {
$text = _showAllTags( $attr );
} elsif( $action eq 'query' ) {
and, btw. in the *.txt there are some lines like:
<grep -H -n dr *.txt
TagMeSearch.txt:16:<tr bgcolor="#DDDDCC"><td style="width:100%;"></dr></tr>
TagMeViewAllTags.txt:15:<tr bgcolor="#DDDDCC"><td style="width:100%;"></dr></tr>
TagMeViewMyTags.txt:15:<tr bgcolor="#DDDDCC"><td style="width:100%;"></dr></tr>
"td" instead of "dr" is needed
--
TWiki:Main.ChristianSuenkel
Thanks Christian for the report and fix, I will re-release the plugin.
BTW, as indicated in the
TWiki:Plugins.TagMePluginDev
topic I prefer to track bugs in the TagMePluginDev topic (I look there more often then here.)
--
PTh