PdfExport: Show decoded url in pdf footer
This commit is contained in:
parent
db51fd79ab
commit
26f3fa0dc1
|
@ -61,7 +61,7 @@ trait PdfExport
|
|||
' / ',
|
||||
Html::tag('span', ['class' => 'totalPages'])
|
||||
]),
|
||||
Html::tag('p', null, Url::fromRequest()->setParams($this->params))
|
||||
Html::tag('p', null, rawurldecode(Url::fromRequest()->setParams($this->params)))
|
||||
]))
|
||||
->addHtml($html);
|
||||
|
||||
|
|
Loading…
Reference in New Issue