Skip to content

Commit 8afaa0e

Browse files
committed
fixing a bad code block closure
1 parent 10bb11d commit 8afaa0e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,4 @@ $patternLoaderClass = $patternEngineBasePath."\Loaders\PatternLoader";
356356
$patternLoader = new $patternLoaderClass($options);
357357
$code = $patternLoader->render(array("pattern" => $patternContent, "data" => $data));
358358
print $output; // outputs the given pattern
359-
360-
361-
::""''''''
359+
```

0 commit comments

Comments
 (0)