Roundup Tracker - Issues

Issue 2550710

classification
Title: Classic template binary search: Too HTML4 specific
Type: Severity: normal
Components: Web interface Versions: 1.4
process
Status: new Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: ber
Priority: Keywords:

Created on 2011-07-01 15:29 by ber, last changed 2011-07-01 15:29 by ber.

Messages
msg4322 (view) Author: [hidden] (ber) Date: 2011-07-01 15:29
Split out from issue2550648 (Should be possible to search for matching 
several keywords (keyword1 AND keyword2) especially from
msg4302:

|The KeywordEditor module attempts to inject HTML by means of 
the "innerHTML" DOM attribute. However, that only works with HTML 4, 
but not XHTML. Since otherwise Roundup isn't tied to HTML 4 (in fact, 
it has a config value to set whether XHTML should be generated), I 
think this needs to be fixed, too.
History
Date User Action Args
2011-07-01 15:29:16bercreate