Fix semicolon.

This commit is contained in:
Dominik Pantůček 2023-07-02 16:47:31 +02:00
parent 5fb5e6dbf6
commit cc99471482

View file

@ -9,7 +9,7 @@
// must be run within DokuWiki
if(!defined('DOKU_INC')) die();
require_once("common.php"):
require_once("common.php");
/**
* All DokuWiki plugins to extend the parser/rendering mechanism