Skip to content

Commit

Permalink
Item8241: Fix a typo and missing semicolon
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk/DirectedGraphPlugin@5322 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
GeorgeClark authored and GeorgeClark committed Oct 19, 2009
1 parent bed55d0 commit c8774d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Foswiki/Plugins/DirectedGraphPlugin.pm
Expand Up @@ -280,9 +280,9 @@ sub commonTagsHandler {
#pass everything within <dot> tags to handleDot function
# - Returns true if any matches were found.

( $_[0] =~ s/<DOT(.*?)>(.*?)<\/DOT>/&_handleDot($2,$1)/giseo )
( $_[0] =~ s/<DOT(.*?)>(.*?)<\/DOT>/&_handleDot($2,$1)/giseo );

& _writeDebug(' <<< EXIT commonTagsHandler ');
&_writeDebug(' <<< EXIT commonTagsHandler ');

} ### sub commonTagsHandler

Expand Down

0 comments on commit c8774d2

Please sign in to comment.