This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

View | Details | Raw Unified | Return to bug 13341
Collapse All | Expand All

(-)nbbuild/plans/nb33-features-overview.xsl (-1 / +4 lines)
Lines 134-139 Link Here
134
                    </xsl:otherwise>
134
                    </xsl:otherwise>
135
                </xsl:choose>
135
                </xsl:choose>
136
            </xsl:when>
136
            </xsl:when>
137
            <xsl:otherwise>
138
                <xsl:text disable-output-escaping="yes"><![CDATA[&nbsp;]]></xsl:text>
139
            </xsl:otherwise>
137
        </xsl:choose>
140
        </xsl:choose>
138
    </xsl:variable>
141
    </xsl:variable>
139
142
Lines 165-171 Link Here
165
168
166
                <TD ALIGN="LEFT" VALIGN="LEFT">
169
                <TD ALIGN="LEFT" VALIGN="LEFT">
167
                    <xsl:value-of select="$feature_short_description" disable-output-escaping="yes"/>
170
                    <xsl:value-of select="$feature_short_description" disable-output-escaping="yes"/>
168
                    <xsl:text> </xsl:text>
171
                    <xsl:text disable-output-escaping="yes"><![CDATA[&nbsp;]]></xsl:text>
169
                </TD>
172
                </TD>
170
            </TR>
173
            </TR>
171
        </xsl:if>
174
        </xsl:if>

Return to bug 13341