Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
fontane-notizbuecher
SADE
Commits
0cccf447
Commit
0cccf447
authored
Jun 28, 2018
by
Mathias Goebel
🎠
Browse files
get xhtml:br as well
parent
fbc5a699
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/wiki/wiki.xqm
View file @
0cccf447
...
...
@@ -130,7 +130,9 @@ for $node in $nodes return
else (),
local:dokuwikiparser($node/node(), $char)
)}
case element (table)
case element(br) return
<br/>
case element(table)
return
element xhtml:table {
attribute class {'table'},
...
...
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