BertBeentjes / bPAD

bPAD is a flexible, open source (web) cms.
Other
2 stars 0 forks source link

Create full proof hash escape sequence #91

Open BertBeentjes opened 10 years ago

BertBeentjes commented 10 years ago

The hash escape sequence now is //#//. When this sequence is used in file includes, bPAD will strip the // signs and an error in the frontend results (bootstrap has /#/ in the js, this was the previous escape code for the hash).

Change the escaping such that any content in file includes will remain unchanged even if there are hashes in there.