Item2613: Not found message for INCLUDEd topic creates redundant newlines

pencil
Priority: Normal
Current State: No Action Required
Released In: n/a
Target Release: patch
Applies To: Engine
Component:
Branches:
Reported By: ArthurClemens
Waiting For:
Last Change By: CrawfordCurrie
The newlines get converted to empty paragraphs, so columns no longer line up.

For instance:
Warning: Can't find topic Tasks.xxx

The generated HTML is:
<p> </p>
<p> </p>
<p>
<span class="foswikiAlert"> Warning: Can't find topic Tasks.xxx </span>
</p>

Also the span redundant because we need a paragraph anyway - I would favor a div because it does not have a default style associated.

Foswiki should generate this:
<div class="foswikiAlert"> Warning: Can't find topic Tasks.xxx </div>

-- ArthurClemens - 10 Jan 2010

Looking at the HTML generated in 1.2 this is no longer a problem, so closing no-action.

-- Main.CrawfordCurrie - 12 Jan 2015 - 15:44

ItemTemplate edit

Summary Not found message for INCLUDEd topic creates redundant newlines
ReportedBy ArthurClemens
Codebase 1.0.8, trunk
SVN Range
AppliesTo Engine
Component
Priority Normal
CurrentState No Action Required
WaitingFor
Checkins
TargetRelease patch
ReleasedIn n/a
CheckinsOnBranches
trunkCheckins
masterCheckins
ItemBranchCheckins
Release01x01Checkins
Topic revision: r2 - 12 Jan 2015, CrawfordCurrie
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. See Copyright Statement. Creative Commons License    Legal Imprint    Privacy Policy