Project

General

Profile

Actions

Bug #17026

closed

invalid ###ACTION_URL###

Added by Stano Paska over 17 years ago. Updated over 16 years ago.

Status:
Closed
Priority:
Should have
Category:
Indexed Search
Target version:
-
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&amp;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

bug_5052.diff (853 Bytes) bug_5052.diff Administrator Admin, 2007-02-23 01:03
Actions

Also available in: Atom PDF