[interchange/STABLE_5_4-branch] Change [forum] tag to default to NoReparse.
Peter Ajamian <[email protected]>
| Newsgroups | gmane.comp.web.interchange.cvs |
|---|---|
| Message-ID | <[email protected]> |
commit 6a79f95613cd12aac23c07b1df0037a6c923af4b Author: Peter Ajamian <[email protected]> Date: Tue Jan 5 22:27:22 2010 +1300 Change [forum] tag to default to NoReparse. code/UserTag/forum.tag | 11 +++++------ 1 files changed, 5 insertions(+), 6 deletions(-) --- diff --git a/code/UserTag/forum.tag b/code/UserTag/forum.tag index e624d28..f4097cc 100644 --- a/code/UserTag/forum.tag +++ b/code/UserTag/forum.tag @@ -1,15 +1,13 @@ -# Copyright 2002-2007 Interchange Development Group and others +# Copyright 2002-2010 Interchange Development Group and others # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. See the LICENSE file for details. -# -# $Id: forum.tag,v 1.5.2.1 2007-03-31 00:20:18 pajamian Exp $ UserTag forum-userlink PosNumber 0 -UserTag forum-userlink addAttr -UserTag forum-userlink Version $Revision: 1.5.2.1 $ +UserTag forum-userlink addAttr +UserTag forum-userlink Version 1.7 UserTag forum-userlink Routine <<EOR sub { my ($row) = @_; @@ -24,7 +22,8 @@ EOR UserTag forum Order top UserTag forum addAttr UserTag forum hasEndTag -UserTag forum Version $Revision: 1.5.2.1 $ +UserTag forum NoReparse 1 +UserTag forum Version 1.7 UserTag forum Routine <<EOR my @uls; my $lastlevel;