diff --git a/xsl/xhtml5.xsl b/xsl/xhtml5.xsl index 19a98aa5e..7fca1aaa6 100644 --- a/xsl/xhtml5.xsl +++ b/xsl/xhtml5.xsl @@ -3,7 +3,8 @@ xmlns="http://www.w3.org/1999/xhtml" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:date="http://exslt.org/dates-and-times" - exclude-result-prefixes="xsl"> + xmlns:crypto="http://exslt.org/crypto" + exclude-result-prefixes="xsl date crypto"> @@ -358,10 +359,18 @@ + - background-color: rgb(, , 255); + background-color: rgb( + + , + + , + + );