Commit graph

5 commits

Author SHA1 Message Date
fiwswe
2e98afbd63
Correctly interpret result of strpos(…)
if `%s` happens to be at the start of the string then `strpos(…, '%s')` returns `0`. That evaluates to false in an `if` statement. Thus the replacement will not be applied in that case.
See https://github.com/splitbrain/dokuwiki/pull/3790 for a probable similar issue.
2022-10-09 16:30:41 +02:00
Michael Große
89102c9265
Use '#' as url to ensure keyboard-navigation ⌨
SPR-977
2017-05-02 13:28:14 +02:00
Michael Große
d012fad75b
Move 'Back to top' pagetool to the end
SPR-906
2017-04-13 15:11:45 +02:00
Silke Pisulla
7910e1c9dd SPR-837: page tools -> written address without escaping '&' 2017-03-16 15:31:55 +01:00
Silke Pisulla
02dbc7fa49 SPR-837: page tools -> material design icons, default size - php from pullrequest included 2017-03-16 15:29:03 +01:00