Ticket #114 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

Broken when using short_open_tag=Off

Reported by: trac-user Assigned to: fox
Priority: major Milestone: 1.2.5
Component: backend Version: 1.2.4
Keywords: Cc:

Description

TT-RSS 1.2.4 does not work when PHP is configured with short_open_tag=Off.

To fix this change prefs.php on line 124 from

<? } ?>

to

<?php } ?>

and do the same for tt-rss.php on line 216.

Change History

10/20/06 14:30:31 changed by fox

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

My bad.

10/20/06 15:00:12 changed by www-ttrss

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

(In [1440]) [project @ replace short php tags to long (closes #114)]