Skip to content

Commit

Permalink
Item10888: FORMAT's $web token was stripping '/' from web names
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/branches/Release01x01@11942 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
PaulHarvey authored and PaulHarvey committed Jun 17, 2011
1 parent eb48242 commit c745a1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/lib/Foswiki/Macros/FORMAT.pm
Expand Up @@ -48,7 +48,7 @@ sub FORMAT {
# from Search::_makeTopicPattern (plus an added . to
# allow web.topic)
my @topics = map {
s/[^\*\_\-\+\.$Foswiki::regex{mixedAlphaNum}]//go;
s/[^\*\_\-\+\.\/$Foswiki::regex{mixedAlphaNum}]//go;
s/\*/\.\*/go;
$_
} @list;
Expand Down Expand Up @@ -78,7 +78,7 @@ sub FORMAT {
__END__
Foswiki - The Free and Open Source Wiki, http://foswiki.org/
Copyright (C) 2008-2010 Foswiki Contributors. Foswiki Contributors
Copyright (C) 2008-2011 Foswiki Contributors. Foswiki Contributors
are listed in the AUTHORS file in the root of this distribution.
NOTE: Please extend that file, not this notice.
Expand Down

0 comments on commit c745a1d

Please sign in to comment.