diff --git a/include/text.php b/include/text.php index b20afd9336..f0ec2033f5 100644 --- a/include/text.php +++ b/include/text.php @@ -589,7 +589,8 @@ function get_markup_template($s, $root = '') { try { $template = $t->get_template_file($s, $root); } catch (Exception $e) { - echo "
".__function__.": ".$e->getMessage()."
"; killme(); + echo "
".__function__.": ".$e->getMessage()."
"; + killme(); } $a->save_timestamp($stamp1, "file");