diff options
author | e-dschungel <e-dschungel@users.noreply.github.com> | 2024-01-13 10:49:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-13 10:49:36 +0100 |
commit | f57689b28420909b792dae5de63e8c6c99f36918 (patch) | |
tree | 0fa4af6a8ad0f40d0c61111de0221ed3555b1ebe | |
parent | e33e723e8bca2f54b349ecffc65c19ed79b8bc2e (diff) | |
download | dokuwiki-f57689b28420909b792dae5de63e8c6c99f36918.tar.gz dokuwiki-f57689b28420909b792dae5de63e8c6c99f36918.zip |
adjust php.net URL
https://secure.php.net is redirected to https://www.php.net by now, see PR#2371
-rw-r--r-- | data/pages/wiki/syntax.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/pages/wiki/syntax.txt b/data/pages/wiki/syntax.txt index 516798df8..c6394af91 100644 --- a/data/pages/wiki/syntax.txt +++ b/data/pages/wiki/syntax.txt @@ -136,12 +136,12 @@ Resize to given width: {{wiki:dokuwiki-128.png?50}} Resize to given width and height((when the aspect ratio of the given width and height doesn't match that of the image, it will be cropped to the new ratio before resizing)): {{wiki:dokuwiki-128.png?200x50}} -Resized external image: {{https://secure.php.net/images/php.gif?200x50}} +Resized external image: {{https://www.php.net/images/php.gif?200x50}} Real size: {{wiki:dokuwiki-128.png}} Resize to given width: {{wiki:dokuwiki-128.png?50}} Resize to given width and height: {{wiki:dokuwiki-128.png?200x50}} - Resized external image: {{https://secure.php.net/images/php.gif?200x50}} + Resized external image: {{https://www.php.net/images/php.gif?200x50}} By using left or right whitespaces you can choose the alignment. |