diff options
Diffstat (limited to 'views/default/forms/labels/googlevideos.php')
-rw-r--r-- | views/default/forms/labels/googlevideos.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/default/forms/labels/googlevideos.php b/views/default/forms/labels/googlevideos.php index 41893cea2..1d4223232 100644 --- a/views/default/forms/labels/googlevideos.php +++ b/views/default/forms/labels/googlevideos.php @@ -19,7 +19,7 @@ $body .= "</div>"; $body .= "<div style='float:left;width:45%;'>"; $body .= "<input type=\"text\" name=\"title_search\" value=\"\" id=\"title_search\" size=\"30\"/> "; if($error['no-search'] == 0) { - $body .= '<div class="error">'.$error_msg['no-search'].'</div>'; + $body .= '<div class="videolist_error">'.$error_msg['no-search'].'</div>'; } $body .= "</div>"; //$body .= "<div>"; |