Page 1 of 1

Using ­ in Page Title Field

Posted: Tue May 28, 2024 1:45 pm
by caigner
In the Page Title Field I would like to use

Code: Select all

­
to add manual hyphenation, as in

Code: Select all

CROSS­WORD
Right now it does not work, {title} displays

Code: Select all

CROSS­WORD
instead of

Code: Select all

CROSS-
WORD
so if you know of any solution, as always your help is much appreciated.

Thanks,
Christian

Re: Using ­ in Page Title Field

Posted: Tue May 28, 2024 1:56 pm
by DIGI3
You can use {title|unescape} or possibly {title|unescape:'htmlall'}, although the first one worked in my test. See https://www.smarty.net/docs/en/language ... escape.tpl for more info.

Re: Using ­ in Page Title Field

Posted: Tue May 28, 2024 2:15 pm
by caigner
Works perfectly!

Thanks alot!