Find a file
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
.github added github autoreply 2019-04-23 16:49:54 +02:00
conf added option to disable the autocollapsing of the sidebar 2021-07-06 12:27:28 +02:00
css added support for translation plugin 2021-10-21 19:14:19 +02:00
fonts/icons SPR-843: Fontello Icons jira + comment-question 2017-03-13 11:08:58 +01:00
images Add icon for odt-export 2017-04-10 12:28:08 +02:00
img integrate the own stared pages into the sidebar 2017-04-20 13:18:08 +02:00
js ignore JS only links when simplifying the sidebar 2021-11-09 12:16:26 +01:00
lang translation update 2021-11-01 02:55:34 +01:00
tpl defend against unavailable login mechanism 2021-07-21 10:47:15 +02:00
.gitignore ignore unzipped fontello folder 2017-01-04 15:28:47 +01:00
COPYING initial commit starter template 2016-10-31 11:48:20 +01:00
detail.php No output before PHP sends headers 2021-04-13 16:59:55 +02:00
main.php added support for translation plugin 2021-10-21 19:14:19 +02:00
mediamanager.php No output before PHP sends headers 2021-04-13 16:59:55 +02:00
README.md docs: consolidate READMEs 2018-04-24 14:28:48 +02:00
script.js easier anchor linking 2020-11-19 12:35:24 +01:00
style.ini added support for translation plugin 2021-10-21 19:14:19 +02:00
svg.php Fix deprecation warnings 2022-09-07 11:20:34 +02:00
template.info.txt Version upped 2022-09-08 23:51:48 +02:00
Template.php added option to disable the autocollapsing of the sidebar 2021-07-06 12:27:28 +02:00
tpl.php Correctly interpret result of strpos(…) 2022-10-09 16:30:41 +02:00

sprintDoc Template for dokuwiki

by Jana Deutschlaender deutschlaender@cosmocode.de

Documentation: https://www.dokuwiki.org/template:sprintdoc

Version: see template.info.txt

License: GPL2, see COPYING