From 397f4fec46c999734322334eff5f7b14f7caa5ec Mon Sep 17 00:00:00 2001 From: laf Date: Sun, 2 Mar 2014 21:12:34 +0000 Subject: [PATCH] Update print_error to uses alert alert-danger bootstrap alert --- includes/common.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/common.php b/includes/common.php index 4ed0d8bd12..2a7129db37 100644 --- a/includes/common.php +++ b/includes/common.php @@ -59,7 +59,7 @@ function print_error($text) { print Console_Color::convert("%r".$text."%n\n", false); } else { - echo('
'.$text.'
'); + echo('
'.$text.'
'); } }