minutils / feed-on-feeds

Released in 2003, saw the rise and fall of Google Reader, reached perfection in 2011
http://feedonfeeds.com/
GNU General Public License v2.0
14 stars 9 forks source link

missing php long open tag #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
script fails if you have short open tags set to off.

--- header.php  (revision 16)
+++ header.php  (working copy)
@@ -43,7 +43,7 @@
        document.onmouseup = completeDrag;
        <?php if($fof_user_prefs['keyboard']) { ?>
        document.onkeypress = keyboard;
-       <? } ?>
+       <?php } ?>
       </script>

          <style>

Original issue reported on code.google.com by thwarted...@gmail.com on 20 May 2007 at 7:22

GoogleCodeExporter commented 9 years ago
Thanks, committed.

Original comment by stevemin...@gmail.com on 20 May 2007 at 8:40