david-szabo97 / grav-plugin-admin-addon-revisions

An extension for Grav Admin plugin which adds revisions for pages.
MIT License
11 stars 8 forks source link

URL parameter separator problem in revisions.html.twig #22

Closed leonceaklin closed 4 years ago

leonceaklin commented 5 years ago

There is a problem in the revisions.html.twig file which makes the plugin not working anymore when using ";" as url parameter separator. You should use the {{ config.system.param_sep }} twig-variable for urls with parameters

david-szabo97 commented 4 years ago

Thanks, update is coming to fix this.