GetSimple Support Forum

Full Version: little bug : title of pages
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hello ..
WITH THE 2.01 VERSION

If I name my new page "mypage !"

the "!" bug the system ...and each time I edit this page, getsimple create a new page Wink

bye
a URL can't have ! in it, so i understand why this is stripping out, but when i did what you said above, it works fine.... i just send up with a URL called mypage-

The solution here is to use regex to look for a "-" at the end of the url string after being cleaned by clean_url() and remove it.