Project

General

Profile

Actions

Bug #14632

closed

Parse error with border.html

Added by old_niebruegge over 19 years ago. Updated over 19 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2005-04-05
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
3.8.0beta1
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Parse error: parse error, unexpected T_STRING in /srv/www/htdocs/webxx/www/TYPO3core/typo3/border.html on line 1

I think it's better to create a file like border.php:

echo '';
echo '';
echo '<!DOCTYPE html ';
echo ' PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"';
echo ' "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">';
echo '<html>';
echo ' <head>';
echo ' <meta http-equiv="Content-Type" content="text/html; charset=utf
echo ' <title>Border between Navigation and List frame in TYPO3</title
echo ' </head>';
echo ' <body background="gfx/border_back.gif">';
echo ' </body>';
echo '</html>';
?>

I think it's the same like the postings from Karsten Hachmeister (11.12.2003) and Michael Stucki (17.02.2004):

"Hi,

just installed it.

If I click at 'Task center' and then for example at 'List', normally I get back
to the pagetree. This works for the first time, but if I do the same a second time I still see the 'Task overview' and not the page tree.

The border.html file in the typo3 folder gives a parse error on my system. This is not really a bug, because short_open_tag in my php.ini is activated. For a quick solution I echo out the xml definitions.

--
Karsten Hachmeister

##
Looks like you parse HTML files as PHP (=> httpd.conf) and have short-tags enabled (=> php.ini).

Michael Stucki"
(issue imported from #M929)


Related issues 1 (0 open1 closed)

Is duplicate of TYPO3 Core - Bug #14145: typo3/border.html is XHTML, wich makes trouble in IEClosed2004-05-07

Actions
Actions

Also available in: Atom PDF