[MAGNOLIA-401] input tag not closed (created invalid XHTML) Created: 23/May/05  Updated: 04/Feb/07  Resolved: 13/Jun/05

Status: Closed
Project: Magnolia
Component/s: admininterface
Affects Version/s: 2.1 Final
Fix Version/s: 2.1 Final

Type: Bug Priority: Minor
Reporter: Ramon Buckland Assignee: Fabrizio Giustina
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

All


Template:
Acceptance criteria:
Empty
Task DoD:
[ ]* Doc/release notes changes? Comment present?
[ ]* Downstream builds green?
[ ]* Solution information and context easily available?
[ ]* Tests
[ ]* FixVersion filled and not yet released
[ ]  Architecture Decision Record (ADR)
Bug DoR:
[ ]* Steps to reproduce, expected, and actual results filled
[ ]* Affected version filled
Date of First Response:

 Description   

HTML generated for the fckedit dialog is not creating valid XHTML.

in /src/main/info/magnolia/cms/gui/dialog/DialogFckEdit.java

Line 134 ..

out.write("<input type='hidden' name='mgnlSaveInfo' value='" + id + ",String,0,0,0'>");
should be
out.write("<input type='hidden' name='mgnlSaveInfo' value='" + id + ",String,0,0,0'/>");



 Comments   
Comment by Fabrizio Giustina [ 13/Jun/05 ]

fixed in svn, thanks

Generated at Mon Feb 12 03:17:03 CET 2024 using Jira 9.4.2#940002-sha1:46d1a51de284217efdcb32434eab47a99af2938b.