PdfExport: Show decoded url in pdf footer

This commit is contained in:
Sukhwinder Dhillon 2022-05-25 14:09:10 +02:00 committed by Johannes Meyer
parent db51fd79ab
commit 26f3fa0dc1
1 changed files with 1 additions and 1 deletions

View File

@ -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);