From f33542f89deb2f1e0a75b5d761254d2ea0e5c8f6 Mon Sep 17 00:00:00 2001 From: Bob Stayton Date: Sat, 12 May 2012 23:24:54 +0000 Subject: [PATCH] Convert block quote layout table to be html5 compatible. --- xsl/html/block.xsl | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/xsl/html/block.xsl b/xsl/html/block.xsl index d50eb25a5..aac0367a9 100644 --- a/xsl/html/block.xsl +++ b/xsl/html/block.xsl @@ -171,9 +171,15 @@ - +
+ + + width: 100%; cellspacing: 0; cellpadding: 0; + + + + Block quote +
  -- 2.40.0