Using ­ in Page Title Field

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
User avatar
caigner
Forum Members
Forum Members
Posts: 52
Joined: Sun Aug 16, 2020 5:29 am

Using ­ in Page Title Field

Post 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
I am using CMSms 2.2.19
User avatar
DIGI3
Dev Team Member
Dev Team Member
Posts: 1792
Joined: Wed Feb 25, 2009 4:25 am

Re: Using ­ in Page Title Field

Post 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.
Not getting the answer you need? CMSMS support options
User avatar
caigner
Forum Members
Forum Members
Posts: 52
Joined: Sun Aug 16, 2020 5:29 am

Re: Using ­ in Page Title Field

Post by caigner »

Works perfectly!

Thanks alot!
I am using CMSms 2.2.19
Post Reply

Return to “CMSMS Core”