From 23b3e6792f069839242a03583e9d386adf3829eb Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Fri, 23 May 2014 07:48:23 -0300 Subject: Fix typo --- usr/local/www/carp_status.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr/local/www') diff --git a/usr/local/www/carp_status.php b/usr/local/www/carp_status.php index a5223ae..8655bba 100644 --- a/usr/local/www/carp_status.php +++ b/usr/local/www/carp_status.php @@ -165,7 +165,7 @@ include("head.inc"); echo ""; $align = "style=\"vertical-align:middle\""; if($carp_enabled == false) { - $icon = "\"disbled\""; + $icon = "\"disabled\""; $status = "DISABLED"; } else { if($status == "MASTER") { -- cgit v1.1