mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-08 12:01:33 +00:00
remove short php tags in mobile version, fix star action in vfeeds
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<?
|
||||
<?php
|
||||
define('MOBILE_FEEDLIST_ENABLE_ICONS', false);
|
||||
define('TTRSS_SESSION_NAME', 'ttrss_m_sid');
|
||||
|
||||
@@ -641,7 +641,7 @@
|
||||
|
||||
print "<li class='$class'>";
|
||||
|
||||
print "<a href=\"?go=vf&id=$feed_id&ts=$id\">$marked_pic</a>";
|
||||
print "<a href=\"?go=vf&id=$feed&ts=$id\">$marked_pic</a>";
|
||||
|
||||
print $content_link;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user