From 02e1aeaec9b8edc77fd31dda096539734b34fd58 Mon Sep 17 00:00:00 2001 From: Bob Stayton Date: Tue, 22 Jan 2013 19:48:46 +0000 Subject: [PATCH] Allow img elements to retain width and height attributes instead of styles. --- xsl/xhtml5/html5-element-mods.xsl | 33 ++++++++++++++++++++----------- 1 file changed, 21 insertions(+), 12 deletions(-) diff --git a/xsl/xhtml5/html5-element-mods.xsl b/xsl/xhtml5/html5-element-mods.xsl index a362d9b0b..61d6e4cd5 100644 --- a/xsl/xhtml5/html5-element-mods.xsl +++ b/xsl/xhtml5/html5-element-mods.xsl @@ -336,17 +336,20 @@ + + - + + width: ; - + height ; @@ -401,16 +404,22 @@ - - + + + + + + + + + + + + + + + + -- 2.50.1