After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 739231 - CSS syntax errors
CSS syntax errors
Status: RESOLVED FIXED
Product: yelp-xsl
Classification: Core
Component: General
git master
Other Linux
: Normal normal
: ---
Assigned To: Yelp maintainers
Yelp maintainers
Depends on:
Blocks:
 
 
Reported: 2014-10-27 09:10 UTC by Marcos Chavarria Teijeiro
Modified: 2017-10-08 17:57 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch that fixes the problem. (2.72 KB, patch)
2014-10-27 09:12 UTC, Marcos Chavarria Teijeiro
none Details | Review

Description Marcos Chavarria Teijeiro 2014-10-27 09:10:18 UTC
I have detected some CSS syntax errors.

For example:

border-left: solid 1px </xsl:text><xsl:value-of select="$color.text"/><xsl:text>;;
  border-right: solid 1px </xsl:text><xsl:value-of select="$color.text"/><xsl:text>;;
  border-bottom: solid 1px </xsl:text><xsl:value-of select="$color.text"/><xsl:text>;;
Comment 1 Marcos Chavarria Teijeiro 2014-10-27 09:12:25 UTC
Created attachment 289390 [details] [review]
Patch that fixes the problem.
Comment 2 Shaun McCance 2017-10-08 17:57:18 UTC
Fixed in master. Thanks.