Fix semicolon.
This commit is contained in:
parent
5fb5e6dbf6
commit
cc99471482
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
// must be run within DokuWiki
|
// must be run within DokuWiki
|
||||||
if(!defined('DOKU_INC')) die();
|
if(!defined('DOKU_INC')) die();
|
||||||
|
|
||||||
require_once("common.php"):
|
require_once("common.php");
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* All DokuWiki plugins to extend the parser/rendering mechanism
|
* All DokuWiki plugins to extend the parser/rendering mechanism
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue