diff options
Diffstat (limited to 'views/new-favorite.php')
-rw-r--r-- | views/new-favorite.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/views/new-favorite.php b/views/new-favorite.php index f457e3b..653ed58 100644 --- a/views/new-favorite.php +++ b/views/new-favorite.php @@ -63,10 +63,10 @@ $(function(){ return false; }); - <? if($this->autosubmit): ?> + <?php if($this->autosubmit): ?> $(".footer, #bookmarklet").hide(); $("#btn_post").click(); - <? endif ?> + <?php endif ?> bind_syndication_buttons(); }); |