mambax7 / publisher

Publishing module for XOOPS for static/HTML content and articles stored and provided in a hierarchical manner
GNU General Public License v2.0
1 stars 1 forks source link

Eliminate line feed at EOF #2

Closed geekwright closed 7 years ago

geekwright commented 7 years ago

Removes the LF character from the final line of the template to fix "Extra content at the end of the document" error when fetching feed.

pubrsserr

geekwright commented 7 years ago

Once we have a valid feed from publisher, we should change xoops.org/backend.php to start with this:

<?php
include __DIR__ . '/modules/publisher/backend.php';
exit;

Then we should have a proper news feed in the user's admin area again.