Let's say you are viewing a previous version of a topic. You see rev= URL parameter on the browser location bar. Then, if you click the "Print version" link, it does not work as expected. This is because the printable block defined in
templates/viewtopicactionbuttons.tmpl
is incorrect. Even though
%<nop>QUERYPARAMSTRING%
is expanded to a string having parameter values properly encoded and comma separated, the string is processed by
%ENCODE{...}%
, which is wrong.
--
TWiki:Main/HideyoImazu
- 2014-07-11