EllisLab text mark
Advanced Search
     
Accesible anchor_popup()
Posted: 29 November 2007 10:01 AM   [ Ignore ]
Avatar
Joined: 2006-09-12
1 posts

Hi,
I have made some changes to the anchor_popup() function to make it more accesible.

Change in line 144 of url_helper.php:

return ""

for:

return ''

And in line 155:

return ""

For:

return ''

I hope this can be useful..

 
Posted: 29 November 2007 10:18 AM   [ Ignore ]   [ # 1 ]   [ Rating: 0 ]
Joined: 2006-07-14
4237 posts

We really need a javascript code sticky i guess smile
A lot of people already found out window.location and <script> doesn’t get through the filter. The best way to prevent this is the use of html entities to make it possible to copy the code without changes.

A little while ago someone else posted a solution for the same ‘problem’ check if it is the same change.