Hello,
when i create a FAQ with this quote character "`" used in linux script to run some command into another, it is well shown in the editor, and also in the mySQL database but when I look for that FAQ from user interface the character "`" is changed to "´" so I cant copy and paste the linux commands directly to my bash.
Thank you in advance.
grave accent / back quote BUG
Moderator: Thorsten
Re: grave accent / back quote BUG
Hi,
yes, this is a security feature in our template engine. If you want, I can show you where you can remove this.
bye
Thorsten
yes, this is a security feature in our template engine. If you want, I can show you where you can remove this.
bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist
-
- Posts: 8
- Joined: Wed Feb 06, 2013 12:45 pm
Re: grave accent / back quote BUG
Yes i would be glad if you could provide me with that information.
Thank you for your quick reply.
Best regards
Carlos
Thank you for your quick reply.
Best regards
Carlos
Re: grave accent / back quote BUG
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist
-
- Posts: 8
- Joined: Wed Feb 06, 2013 12:45 pm
Re: grave accent / back quote BUG
Hi, thank you for your reply.
I tried commenting this line that you posted:
#$content = str_replace('`', '´', $content);
but the result was not the expected. The back quote is not changed anymore but now the quote is not shown.
I mean, if I edit a FAQ like this:
`hello`
it is shown this:
hello
I would be glad if you could help me again.
Thank you in advance.
Carlos
I tried commenting this line that you posted:
#$content = str_replace('`', '´', $content);
but the result was not the expected. The back quote is not changed anymore but now the quote is not shown.
I mean, if I edit a FAQ like this:
`hello`
it is shown this:
hello
I would be glad if you could help me again.
Thank you in advance.
Carlos
Re: grave accent / back quote BUG
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist
-
- Posts: 8
- Joined: Wed Feb 06, 2013 12:45 pm
Re: grave accent / back quote BUG
Hi Thorsten.
Thank you very much, it worked!
Thank you again.
Bye
Carlos
Thank you very much, it worked!
Thank you again.
Bye
Carlos