layout.tt: support a title with HTML in it
[?]
Nov 22, 2021, 6:22 PM
T7G6VHDUQUMANVLBDSF4MCQRU2FLSRK6HHATDGRTK577IJACED4ACDependencies
- [2]
GMD762QFSlight layout tweak - [3]
GTXYNFUKMerge branch 'master' into persona - [4]
Z6FOXDECUse more flash messages - [5]
KSBB33REAdd a dashboard - [*]
J5UVLXOK* Start of a basic Catalyst web interface.
Change contents
- replacement in src/root/layout.tt at line 84
[% IF c.user_exists && starUri; INCLUDE makeStar; " "; END; HTML.escape(title) %][% IF c.user_exists && starUri; INCLUDE makeStar; " "; END %][% IF titleHTML != ""; titleHTML; ELSE; HTML.escape(title); END %]