From 909a8f4984331e83ebe211df890c9adf135aaa52 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Fri, 29 May 2015 01:58:27 +0000 Subject: [PATCH] Dump another html5 number... Shows in the gui as 10 instead of 010. To fix it I change the type to text. --- app/ring_groups/ring_group_edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/ring_groups/ring_group_edit.php b/app/ring_groups/ring_group_edit.php index 01a47c7eec..6bd70250c9 100644 --- a/app/ring_groups/ring_group_edit.php +++ b/app/ring_groups/ring_group_edit.php @@ -433,7 +433,7 @@ else { echo " ".$text['label-extension']."\n"; echo "\n"; echo "\n"; - echo " \n"; + echo " \n"; echo "
\n"; echo $text['description-extension']."\n"; echo "\n";