New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HTML tags <details> and <summary> are removed / don't work #32
Comments
|
you will need to implement a plugin to generate those tags, and parse the html to remove any malicious javascript |
|
ehm and how? I got the impression that I enable the app and I'm ready to go. Where do I get such plugin and how to I implement it? |
|
Please ckeck this page to understand why the app filters those tags. |
|
Thanks for the link. I checked that site before and totally understand that. https://www.w3schools.com/TAGS/tag_details.asp My current page looks like this: Every other tag works, only these html5 tags don't. |
|
Thank you!! |
Hi,
I would like to create an FAQ with all the questions and when you click them, the answer in form of a text block will expand below this question. Before HTML5 this was usually achieved by Java script.
Now trying out Pico CMS I would like to go without any Java script and use only HTML5 instead.
The following works on a "normal" web page:
But using this in cms_pico these tags (details and summary) are removed on the web site and consequently there is no hidden text that unfolds/ expands.
Could these tags please be kept and not filtered out?
Thanks a lot.
Serverinfo:
Nextcloud 12.3
cms_pico 0.9.6
nginx 1.12
PHP 7.1
The text was updated successfully, but these errors were encountered: