From 888d61565389031a31743974171d5da910d95679 Mon Sep 17 00:00:00 2001 From: qaomia Date: Mon, 21 Dec 2015 11:08:08 +0100 Subject: [PATCH] fix tags --- .../xsl/addNamespaceToContainer.xsl | 0 etherpad_to_hdoc/xsl/etherpad2hdoc.xsl | 0 etherpad_to_hdoc/xsl/html2xhtml.xsl | 2 +- etherpad_to_hdoc/xsl/html2xhtml3.xsl | 23 ++++++------------- etherpad_to_hdoc/xsl/html2xhtmlv2.xsl | 0 etherpad_to_hdoc/xsl/xhtml2hdoc.xsl | 0 6 files changed, 8 insertions(+), 17 deletions(-) mode change 100644 => 100755 etherpad_to_hdoc/xsl/addNamespaceToContainer.xsl mode change 100644 => 100755 etherpad_to_hdoc/xsl/etherpad2hdoc.xsl mode change 100644 => 100755 etherpad_to_hdoc/xsl/html2xhtml.xsl mode change 100644 => 100755 etherpad_to_hdoc/xsl/html2xhtml3.xsl mode change 100644 => 100755 etherpad_to_hdoc/xsl/html2xhtmlv2.xsl mode change 100644 => 100755 etherpad_to_hdoc/xsl/xhtml2hdoc.xsl diff --git a/etherpad_to_hdoc/xsl/addNamespaceToContainer.xsl b/etherpad_to_hdoc/xsl/addNamespaceToContainer.xsl old mode 100644 new mode 100755 diff --git a/etherpad_to_hdoc/xsl/etherpad2hdoc.xsl b/etherpad_to_hdoc/xsl/etherpad2hdoc.xsl old mode 100644 new mode 100755 diff --git a/etherpad_to_hdoc/xsl/html2xhtml.xsl b/etherpad_to_hdoc/xsl/html2xhtml.xsl old mode 100644 new mode 100755 index 4abb208..3a5cd60 --- a/etherpad_to_hdoc/xsl/html2xhtml.xsl +++ b/etherpad_to_hdoc/xsl/html2xhtml.xsl @@ -8,7 +8,7 @@ - + diff --git a/etherpad_to_hdoc/xsl/html2xhtml3.xsl b/etherpad_to_hdoc/xsl/html2xhtml3.xsl old mode 100644 new mode 100755 index efa26f7..cb90102 --- a/etherpad_to_hdoc/xsl/html2xhtml3.xsl +++ b/etherpad_to_hdoc/xsl/html2xhtml3.xsl @@ -4,6 +4,12 @@ xmlns="http://www.utc.fr/ics/hdoc/xhtml" version="2.0"> + + + + + + @@ -11,20 +17,5 @@ - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/etherpad_to_hdoc/xsl/html2xhtmlv2.xsl b/etherpad_to_hdoc/xsl/html2xhtmlv2.xsl old mode 100644 new mode 100755 diff --git a/etherpad_to_hdoc/xsl/xhtml2hdoc.xsl b/etherpad_to_hdoc/xsl/xhtml2hdoc.xsl old mode 100644 new mode 100755 -- GitLab