Skip to content

Commit

Permalink
Item13495: Add support for SCRIPTURL{viewfile}
Browse files Browse the repository at this point in the history
  • Loading branch information
gac410 committed Jul 3, 2015
1 parent 95111ee commit a989db6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions WysiwygPlugin/lib/Foswiki/Plugins/WysiwygPlugin/Handlers.pm
Expand Up @@ -295,8 +295,10 @@ use vars qw( @VARS );
'%PUBURL%',
'%PUBURLPATH%',
'%SCRIPTURLPATH{"view"}%',
'%SCRIPTURLPATH{"viewfile"}%',
'%SCRIPTURLPATH%',
'%SCRIPTURL{"view"}%',
'%SCRIPTURL{"viewfile"}%',
'%SCRIPTURL%',
'%SCRIPTSUFFIX%', # bit dodgy, this one
);
Expand Down

0 comments on commit a989db6

Please sign in to comment.