From 9de55450199a01dc406c52a27b0098ca0520f0a0 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Mon, 4 Jul 2016 13:35:08 +0200 Subject: xsl/svg.xsl: Minimize svg attributes They may include newlines and duplicate spaces for readability. Lets normalize those with normalize-space() --- xsl/svg.xsl | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'xsl') diff --git a/xsl/svg.xsl b/xsl/svg.xsl index dd18d72..67b76ef 100644 --- a/xsl/svg.xsl +++ b/xsl/svg.xsl @@ -39,10 +39,15 @@ - + + + + + + + - - + -- cgit