summaryrefslogtreecommitdiff
path: root/protected/components/Html.php
diff options
context:
space:
mode:
Diffstat (limited to 'protected/components/Html.php')
-rw-r--r--protected/components/Html.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/protected/components/Html.php b/protected/components/Html.php
index 08fc6d9..6c7df3c 100644
--- a/protected/components/Html.php
+++ b/protected/components/Html.php
@@ -34,7 +34,5 @@ class Html extends CHtml {
public static function enumDropDownList($model, $attribute, $htmlOptions = array()) {
return CHtml::activeDropDownList($model, $attribute, Html::enumItem($model, $attribute), $htmlOptions);
}
-
-
}
?> \ No newline at end of file