diff --git a/modules/listtags.pl b/modules/listtags.pl index 9d5f6d85..61e29eae 100644 --- a/modules/listtags.pl +++ b/modules/listtags.pl @@ -15,10 +15,15 @@ # Free Software Foundation, Inc. # 59 Temple Place, Suite 330 # Boston, MA 02111-1307 USA -# For user doc, see -# http://www.oddmuse.org/cgi-bin/oddmuse/ListTags_Extension -$ModulesDescription .= '
$Id: listtags.pl,v 1.2 2008/04/25 16:34:33 weakish Exp $
'; + +$ModulesDescription .= '$Id: listtags.pl,v 1.3 2008/04/26 00:54:27 weakish Exp $
'; + +# This action is similar with list action + +use vars qw($TagListLabel); + +$TagListLabel = "tag:"; push(@MyRules, \&ListTagRule); @@ -35,7 +40,7 @@ sub ListTagRule { } @tags; $tags = join ', ', @tags; return CloseHtmlEnvironments() - . "