Actions
Bug #17026
closedinvalid ###ACTION_URL###
Start date:
2007-02-22
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
mark ###ACTION_URL### is not valid in w3c html validator
<form action="index.php?id=6&L=0" method="post" name="tx_indexedsearch">
should be
<form action="index.php?id=6&L=0" method="post" name="tx_indexedsearch">
pi/class.tx_indexedsearch.php on line 1327
$markerArray['###ACTION_URL###'] = $this->pi_getPageLink($GLOBALS['TSFE']->id, $GLOBALS['TSFE']->sPre);
should be
$markerArray['###ACTION_URL###'] = htmlspecialchars($this->pi_getPageLink($GLOBALS['TSFE']->id, $GLOBALS['TSFE']->sPre));
(issue imported from #M5052)
Files
Actions