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
fontane-notizbuecher
SADE
Commits
11246e8e
Commit
11246e8e
authored
Nov 05, 2020
by
Mathias Goebel
Browse files
special href not to point to internal page (datenschutz)
parent
275e6c5b
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
modules/wiki/wiki.xqm
View file @
11246e8e
...
...
@@ -307,7 +307,11 @@ for $node in $nodes return
(: internal links :)
else if(starts-with($node/@href, '#'))
then string($node/@href)
else '?id='||substring-after($node/@href, 'fontane:')},
else
if($node/@href eq 'datenschutz.html')
then string($node/@href)
else
'?id='||substring-after($node/@href, 'fontane:')},
$node/@rel,
$node/@id,
wiki:dokuwikiparser($node/node(), $char)
...
...
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