Skip to content
GitLab
Menu
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
112cef1e
Commit
112cef1e
authored
Dec 17, 2015
by
Jean Vintache
Browse files
fix ul to div/ul in xsl3
parent
56f7ab92
Changes
1
Hide whitespace changes
Inline
Side-by-side
etherpad_to_hdoc/antce/xsl/html2xhtml3.xsl
View file @
112cef1e
...
...
@@ -15,7 +15,7 @@
<!--More specific template for Node766 that provides custom behavior -->
<xsl:template
match=
"body"
>
<xsl:choose>
<xsl:when
test=
"ul"
>
<xsl:when
test=
"
div/
ul"
>
<xsl:copy>
<xsl:value-of
select=
"ul"
/>
</xsl:copy>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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