Ticket #149 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

Logout-link missing

Reported by: trac_user Assigned to: fox
Priority: minor Milestone: 1.2.15
Component: interface Version:
Keywords: Cc:

Description

Hello,

The Logout-link in the upper right corner has been missing for a couple of versions. It's an easy fix though.

On line 113 in tt-rss.php, change:

(<a href="logout.php"><?= __('Logout') ?></a>)

to

(<a href="logout.php"><?php echo __('Logout') ?></a>)

I guess this only occurs when short_open_tag is turned off.

// Petter

Change History

09/03/07 16:42:08 changed by fox

  • status changed from new to assigned.
  • milestone set to 1.2.15.

D'oh! Accepted.

09/03/07 17:00:19 changed by www-ttrss

  • status changed from assigned to closed.
  • resolution set to fixed.

(In [2078]) [project @ fix logout links short tag issue (closes #149)]