In JSP files, attributes need space before them

Description

This is incorrect:

<h:outputText id="topicTitle" value="#{topic.title}"style="font-weight:bold;font-size:1.2em;"/>

This is correct:

<h:outputText id="topicTitle" value="#{topic.title}" style="font-weight:bold;font-size:1.2em;"/>

Activity

Michelle Wagner November 18, 2011 at 7:17 PM

r100887 - 3.0.x

Sam Ottenhoff November 4, 2011 at 7:12 AM

Two more fixes in r100465

Sam Ottenhoff November 3, 2011 at 12:37 PM

Fixed in rev 100447

Fixed

Details

Priority

Affects versions

Fix versions

Components

Assignee

Reporter

Created November 3, 2011 at 12:35 PM
Updated October 4, 2013 at 1:08 PM
Resolved November 3, 2011 at 12:37 PM

Flag notifications