Project

General

Profile

Actions

Feature #14456

closed

XHTML 1.0 transitional validation

Added by Franois Prichon over 19 years ago. Updated almost 16 years ago.

Status:
Closed
Priority:
Should have
Category:
Indexed Search
Target version:
-
Start date:
2004-12-17
Due date:
% Done:

0%

Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

in pi/class.tx_indexedsearch.php
Some HTML forms don't validate against XHTML 1.0 transitional
The search form start with <table><form> and such sequences aren't possible (Solution: switch to <form><table>)

In XHTML, nowrap, selected and checked should be written nowrap="nowrap", selected="selected" and checked="checked".
Note : Some old browser can have problem with this syntax.

I attach a diff if you want to patch the file.
(issue imported from #M619)


Files

Actions

Also available in: Atom PDF