From db73422eae5dfcd2d96380ce31941e94c9d9b1ae Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 13 Jul 2009 01:50:48 +0000 Subject: [PATCH] style nits --- httemplate/elements/header.html | 2 +- httemplate/elements/menubar.html | 9 +++------ 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/httemplate/elements/header.html b/httemplate/elements/header.html index 32035b081..5487346a5 100644 --- a/httemplate/elements/header.html +++ b/httemplate/elements/header.html @@ -33,7 +33,7 @@ } function clearhint_search_svc (what) { - if ( what.value == '(user, email, ip, mac, domain or svc phone #)' ) + if ( what.value == '(user, email, ip, mac, domain or service phone)' ) what.value = ''; } diff --git a/httemplate/elements/menubar.html b/httemplate/elements/menubar.html index 46f61b3cd..e6b7fb1da 100644 --- a/httemplate/elements/menubar.html +++ b/httemplate/elements/menubar.html @@ -60,16 +60,13 @@ Example: } - +
- + -
-    - <% join(' ', @html ) %> -    +
-- 2.11.0