aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_test/data
diff options
context:
space:
mode:
authorAnders Sandblad <runeson@gmail.com>2016-06-14 08:48:12 +0200
committerAnders Sandblad <runeson@gmail.com>2016-06-14 08:48:12 +0200
commit59752844d1903a528e765e8b80dafa2a1ca140ad (patch)
treeb7b9c57cfafc85a0d61306479ed42115c376dab8 /_test/data
parent9bbceb0ecf8217605f6821b09510799cbe4a33e9 (diff)
downloaddokuwiki-59752844d1903a528e765e8b80dafa2a1ca140ad.tar.gz
dokuwiki-59752844d1903a528e765e8b80dafa2a1ca140ad.zip
Fixed broken links to php.net and redirecting pages to php.net
Diffstat (limited to '_test/data')
-rw-r--r--_test/data/pages/wiki/syntax.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/_test/data/pages/wiki/syntax.txt b/_test/data/pages/wiki/syntax.txt
index 0b5480949..41848728d 100644
--- a/_test/data/pages/wiki/syntax.txt
+++ b/_test/data/pages/wiki/syntax.txt
@@ -91,9 +91,9 @@ Notes:
You can also use an image to link to another internal or external page by combining the syntax for links and [[#images_and_other_files|images]] (see below) like this:
- [[http://www.php.net|{{wiki:dokuwiki-128.png}}]]
+ [[http://php.net|{{wiki:dokuwiki-128.png}}]]
-[[http://www.php.net|{{wiki:dokuwiki-128.png}}]]
+[[http://php.net|{{wiki:dokuwiki-128.png}}]]
Please note: The image formatting is the only formatting syntax accepted in link names.
@@ -131,12 +131,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: {{http://de3.php.net/images/php.gif?200x50}}
+Resized external image: {{http://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: {{http://de3.php.net/images/php.gif?200x50}}
+ Resized external image: {{http://php.net/images/php.gif?200x50}}
By using left or right whitespaces you can choose the alignment.