From c38669bd6e1495d10259b38c86422192564408ff Mon Sep 17 00:00:00 2001 From: Ben Liyanage Date: Mon, 8 Sep 2014 14:38:40 -0400 Subject: [PATCH] breaking up commands to separate lines --- include/text.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/text.php b/include/text.php index 84195b0362..da6b21b4bf 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");