We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4132699 commit 476bb74Copy full SHA for 476bb74
syntax.php
@@ -29,10 +29,10 @@ function getInfo(){
29
return array(
30
'author' => 'Michael Klier',
31
'email' => '[email protected]',
32
- 'date' => '2007-01-08',
+ 'date' => @file_get_contents(DOKU_PLUGIN.'clearfloat/VERSION'),
33
'name' => 'Clearfloat',
34
'desc' => 'Clears the floating of elements such as images.',
35
- 'url' => 'http://www.chimeric.de/projects/dokuwiki/plugin/clearfloat'
+ 'url' => 'http://dokuwiki.org/plugin:clearfloat'
36
);
37
}
38
0 commit comments