diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2013-06-26 13:36:06 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2013-06-26 13:36:06 +0400 |
| commit | d97efc9967d0823aa6332aa20c45c99621493626 (patch) | |
| tree | e6fae49290c543a4a4c766979b50815a3a064214 /lib | |
| parent | ba2463069fc97da3f9b87d549242a44ab91fa1ea (diff) | |
floicon wrapper: fix short tag
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/floIcon.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/floIcon.php b/lib/floIcon.php index 10202862d..11a102b50 100644 --- a/lib/floIcon.php +++ b/lib/floIcon.php @@ -1,4 +1,4 @@ -<? +<?php // Compatibility shim for hooking up jimIcon to Tiny Tiny RSS. require_once "jimIcon.php"; |