diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2016-07-04 19:36:11 +0200 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2016-07-04 19:36:11 +0200 |
commit | 7e27e66b7e01cec8f0adc8aaaa0f569b283c1b56 (patch) | |
tree | 57d3b9e1161fdc5359802699410a97c5196078fb /Makefile | |
parent | 0fa513473ce7eb0ac309db3652c7f05f99519cb1 (diff) | |
download | mutti-web-7e27e66b7e01cec8f0adc8aaaa0f569b283c1b56.tar.gz mutti-web-7e27e66b7e01cec8f0adc8aaaa0f569b283c1b56.tar.bz2 mutti-web-7e27e66b7e01cec8f0adc8aaaa0f569b283c1b56.zip |
html output: Remove namespaces from root
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ xsltproc=xsltproc --stringparam stylesheet style.min.css --stringparam version $ svg2png=rsvg-convert -f png fix_doctype=sed 's/ SYSTEM "about:legacy-compat"//' -to_html=$(fix_doctype) | xsltproc xsl/convert-xhtml-to-html.xsl - | $(fix_doctype) | sed -e 's/<br><\/br>/<br>/g' -e 's/<\/img>//g' -e 's/<\/link>//g' -e 's/<\/meta>//g' +to_html=$(fix_doctype) | xsltproc xsl/convert-xhtml-to-html.xsl - | $(fix_doctype) | sed -e 's/<br><\/br>/<br>/g' -e 's/<\/img>//g' -e 's/<\/link>//g' -e 's/<\/meta>//g' -e 's/<html xmlns="http:\/\/www.w3.org\/1999\/xhtml"/<html/' pages=$(shell xsltproc xsl/main_filenames.xsl main.xml) |