From c2f6f87f8a39b94e2bf82c6ef6ff03e0d8f29375 Mon Sep 17 00:00:00 2001 From: qaomia Date: Thu, 10 Dec 2015 08:59:15 +0100 Subject: [PATCH] fixes --- etherpad_to_hdoc/antce/myantce.ant | 4 ++-- etherpad_to_hdoc/antce/xsl/html2xhtml.xsl | 6 ++++-- etherpad_to_hdoc/antce/xsl/xhtml2hdoc.xsl | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) mode change 100644 => 100755 etherpad_to_hdoc/antce/myantce.ant mode change 100644 => 100755 etherpad_to_hdoc/antce/xsl/html2xhtml.xsl mode change 100644 => 100755 etherpad_to_hdoc/antce/xsl/xhtml2hdoc.xsl diff --git a/etherpad_to_hdoc/antce/myantce.ant b/etherpad_to_hdoc/antce/myantce.ant old mode 100644 new mode 100755 index 904824f..527eddd --- a/etherpad_to_hdoc/antce/myantce.ant +++ b/etherpad_to_hdoc/antce/myantce.ant @@ -19,7 +19,7 @@ - + @@ -48,4 +48,4 @@ - \ No newline at end of file + diff --git a/etherpad_to_hdoc/antce/xsl/html2xhtml.xsl b/etherpad_to_hdoc/antce/xsl/html2xhtml.xsl old mode 100644 new mode 100755 index 430a03f..f00efa0 --- a/etherpad_to_hdoc/antce/xsl/html2xhtml.xsl +++ b/etherpad_to_hdoc/antce/xsl/html2xhtml.xsl @@ -20,8 +20,10 @@ - - + +
+ +
diff --git a/etherpad_to_hdoc/antce/xsl/xhtml2hdoc.xsl b/etherpad_to_hdoc/antce/xsl/xhtml2hdoc.xsl old mode 100644 new mode 100755 index 575bec9..7118698 --- a/etherpad_to_hdoc/antce/xsl/xhtml2hdoc.xsl +++ b/etherpad_to_hdoc/antce/xsl/xhtml2hdoc.xsl @@ -3,7 +3,7 @@ xmlns:xs="http://www.w3.org/2001/XMLSchema" exclude-result-prefixes="xs" xmlns="http://www.utc.fr/ics/hdoc/xhtml" - version="2.0" xpath-default-namespace="http://www.w3.org/1999/xhtml"> + version="2.0"> -- GitLab