You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The index.htm shows src="#{icon}" as the official How Things Ought to Be Done. This causes the current page to be loaded as an image. If the current page happens to be a php script, the script gets run twice, and all kinds of nasty things can happen, like borking session variables.
The text was updated successfully, but these errors were encountered:
I subscribe!
The container should be moved under a
<scripttype="text/html"><divid="basic-template"class="ui-notify-tpl"><aclass="ui-notify-cross ui-notify-close"href="#">x</a><divclass="ui-notify-icon"><imgsrc="{icon}"/></div><h1>#{title}</h1><p>#{text}</p></div><divid="advanced-template">
<!-- ... you get the idea ... -->
</div></script>
The index.htm shows src="#{icon}" as the official How Things Ought to Be Done. This causes the current page to be loaded as an image. If the current page happens to be a php script, the script gets run twice, and all kinds of nasty things can happen, like borking session variables.
The text was updated successfully, but these errors were encountered: