diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-09-20 22:27:33 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-09-20 22:27:33 -0700 |
commit | a428695f8e9e3441bd3012a74a8385a713034007 (patch) | |
tree | cb3e9b1dbed5ab0a6e03c2cd9fe8fa006b6f3462 /index.php | |
parent | b9247f1dcccd18bcfa402852f5ab7878cef8d105 (diff) | |
download | volse-hubzilla-a428695f8e9e3441bd3012a74a8385a713034007.tar.gz volse-hubzilla-a428695f8e9e3441bd3012a74a8385a713034007.tar.bz2 volse-hubzilla-a428695f8e9e3441bd3012a74a8385a713034007.zip |
pass vars via javascript, not html. Also fix broken pause img on IE
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -86,7 +86,7 @@ if(x($_SESSION,'sysmsg')) { // Feel free to comment out this line on production sites. $a->page['content'] .= $debug_text; -$a->page['content'] .= '<div id="pause"><img src="" alt="" /></div>'; +$a->page['content'] .= '<div id="pause"></div>'; // build page |