GNOME Bugzilla – Bug 739231
CSS syntax errors
Last modified: 2017-10-08 17:57: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>;;
Created attachment 289390 [details] [review] Patch that fixes the problem.
Fixed in master. Thanks.