Skip to content

Commit 476bb74

Browse files
author
Michael Klier
committed
updated info in syntax.php
1 parent 4132699 commit 476bb74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

syntax.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ function getInfo(){
2929
return array(
3030
'author' => 'Michael Klier',
3131
'email' => '[email protected]',
32-
'date' => '2007-01-08',
32+
'date' => @file_get_contents(DOKU_PLUGIN.'clearfloat/VERSION'),
3333
'name' => 'Clearfloat',
3434
'desc' => 'Clears the floating of elements such as images.',
35-
'url' => 'http://www.chimeric.de/projects/dokuwiki/plugin/clearfloat'
35+
'url' => 'http://dokuwiki.org/plugin:clearfloat'
3636
);
3737
}
3838

0 commit comments

Comments
 (0)