From cc99471482d7416dfa39051070fae5b4a882c7da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Pant=C5=AF=C4=8Dek?= Date: Sun, 2 Jul 2023 16:47:31 +0200 Subject: [PATCH] Fix semicolon. --- dokuwiki/syntax.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dokuwiki/syntax.php b/dokuwiki/syntax.php index 8be4e24..7fd14b8 100644 --- a/dokuwiki/syntax.php +++ b/dokuwiki/syntax.php @@ -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