Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Stephane Crozat
hdoc
Commits
003bfd22
Commit
003bfd22
authored
Jan 09, 2017
by
Baptiste Perraud
Browse files
Fix space after links by changing indent parameter in xsl to no
parent
1c283491
Changes
1
Hide whitespace changes
Inline
Side-by-side
hdoc_to_pdf/xsl/last_transformer.xsl
View file @
003bfd22
...
...
@@ -5,7 +5,7 @@
xpath-default-namespace=
"http://www.w3.org/1999/xhtml"
xmlns=
"http://www.w3.org/1999/xhtml"
>
<xsl:output
method=
"xml"
indent=
"
yes
"
/>
<xsl:output
method=
"xml"
indent=
"
no
"
/>
<xsl:template
match=
"node()|@*"
>
<xsl:copy>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment