From 89ded32abebd0f2100e0014249df54bde7a44258 Mon Sep 17 00:00:00 2001 From: cash Date: Thu, 2 Dec 2010 01:19:33 +0000 Subject: Refs #2700 changed underscores to hyphens for the forms css elements git-svn-id: http://code.elgg.org/elgg/trunk@7492 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/installation/input/button.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views/installation/input/button.php') diff --git a/views/installation/input/button.php b/views/installation/input/button.php index 1b70800e9..759752c8c 100644 --- a/views/installation/input/button.php +++ b/views/installation/input/button.php @@ -19,7 +19,7 @@ global $CONFIG; $class = $vars['class']; if (!$class) { - $class = "submit_button"; + $class = "submit-button"; } if (isset($vars['type'])) { -- cgit v1.2.3