History log of /template/sprintdoc/tpl.php (Results 1 – 5 of 5)
Revision Date Author Comments
# 2e98afbd 09-Oct-2022 fiwswe <53953985+fiwswe@users.noreply.github.com>

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 n

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.

show more ...


# 89102c92 02-May-2017 Michael Große <grosse@cosmocode.de>

Use '#' as url to ensure keyboard-navigation ⌨

SPR-977


# d012fad7 13-Apr-2017 Michael Große <grosse@cosmocode.de>

Move 'Back to top' pagetool to the end

SPR-906


# 7910e1c9 16-Mar-2017 Silke Pisulla <pisulla@cosmocode.de>

SPR-837: page tools -> written address without escaping '&'


# 02dbc7fa 16-Mar-2017 Silke Pisulla <pisulla@cosmocode.de>

SPR-837: page tools -> material design icons, default size - php from pullrequest included