Glad that worked!
That's generally customizable by carefully changing the regex in the ACP (though that requires some skill with regular expressions). The only two chars. I can recall that just mustn't be used at all as part of a tag's text areI guess I will not be able to use some characters
/
(forward-slash) and ,
(comma), because they're reserved as delimiters in various parts of the code (before I arrived at it). But some others would likely be problematic, e.g. tabs and other alternative whitespace characters, and any that are reserved for special purposes in PHP, SQL, or JavaScript; \
(backslash) would be among those.Statistics: Posted by SMcCandlish — Thu Apr 03, 2025 12:17 am