Attempting to solve #538

This commit is contained in:
Lonnie Ezell 2017-06-11 22:41:14 -05:00
parent 8428931054
commit b7871b33d5
No known key found for this signature in database
GPG Key ID: 8EB408F8D82F5002

View File

@ -410,7 +410,7 @@ class Exceptions
}
}
$out .= str_repeat('</span>', $spans);
$out .= str_repeat('</span>', (int)$spans);
return '<pre><code>'.$out.'</code></pre>';
}