Skip to content

Commit 4a5177e

Browse files
author
Dennis Ploeger
committed
Integrating issue #1
1 parent b676d4b commit 4a5177e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syntax.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ function handle($match, $state, $pos, &$handler){
5858

5959
preg_match("/:([^~]*)/", $match, $matches);
6060

61-
$id = $matches[1];
61+
$id = getID($matches[1]);
6262

6363
$id_save = $ID;
6464
$ID = $id;

0 commit comments

Comments
 (0)