Skip to content

Commit 659863b

Browse files
committed
Fix code style
1 parent 02eb485 commit 659863b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syntax/table.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public function render($format, Doku_Renderer $renderer, $config)
9696
$config = $this->addTypeFilter($config); // add type specific filters
9797

9898
// always use the main page's ID @todo might make sense as utility method somewhere
99-
if($INFO !== null) {
99+
if ($INFO !== null) {
100100
$mainId = $INFO['id'];
101101
} else {
102102
$mainId = getID();

0 commit comments

Comments
 (0)