Skip to content

Commit 3e72b94

Browse files
authored
Update webapp/src/Twig/TwigExtension.php
1 parent a35cf13 commit 3e72b94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webapp/src/Twig/TwigExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1413,7 +1413,7 @@ public function domjudgeMarkdownToHTML(string $markdown): string
14131413
{
14141414
$latexFound = [];
14151415
while (true) {
1416-
$start = strpos($markdown,'$$');
1416+
$start = strpos($markdown, '$$');
14171417
$end = strpos(substr($markdown, $start+2), '$$');
14181418
if ($start === false || $end === false) {
14191419
break;

0 commit comments

Comments
 (0)