Skip to content

Commit

Permalink
Item11383: Remove unneeded REVARG
Browse files Browse the repository at this point in the history
The querystring macro already provides the rev= argument.

git-svn-id: http://svn.foswiki.org/trunk@14196 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
GeorgeClark authored and GeorgeClark committed Mar 3, 2012
1 parent facec08 commit 6ba5d60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FamFamFamContrib/templates/view.famfamfam.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</a></span>%TMPL:END%

%TMPL:DEF{"top:toolbarbutton_print"}%<span>
<a href="%SCRIPTURL{"view"}%/%WEB%/%TOPIC%?cover=print;%QUERYSTRING%%REVARG%" title="%MAKETEXT{"Printable version of this topic (p)"}%">
<a href="%SCRIPTURL{"view"}%/%WEB%/%TOPIC%?cover=print;%QUERYSTRING%" title="%MAKETEXT{"Printable version of this topic (p)"}%">
<img alt="%MAKETEXT{"Printable version of this topic (p)"}%" src="%PUBURL%/%SYSTEMWEB%/FamFamFamSilkIcons/printer.png" width="16" height="16" />
</a></span>%TMPL:END%

Expand Down
2 changes: 1 addition & 1 deletion core/templates/viewtopicactionbuttons.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

%TMPL:DEF{"action_printable"}%%TMPL:P{"printable"}%%TMPL:P{"sep"}%%TMPL:END%

%TMPL:DEF{"printable"}%<span><a href='%SCRIPTURLPATH{"view"}%/%BASEWEB%/%BASETOPIC%?cover=print;%QUERYSTRING%%REVARG%' rel='nofollow' %MAKETEXT{"title='Printable version of this topic' accesskey='p'>&Print version"}%</a></span>%TMPL:END%
%TMPL:DEF{"printable"}%<span><a href='%SCRIPTURLPATH{"view"}%/%BASEWEB%/%BASETOPIC%?cover=print;%QUERYSTRING%' rel='nofollow' %MAKETEXT{"title='Printable version of this topic' accesskey='p'>&Print version"}%</a></span>%TMPL:END%

%TMPL:DEF{"activatable_printable"}%%TMPL:P{"printable"}%%TMPL:END%

Expand Down

0 comments on commit 6ba5d60

Please sign in to comment.