diff --git a/src/gcweb/appTop.ejs b/src/gcweb/appTop.ejs index 7d061342..fe2c9290 100644 --- a/src/gcweb/appTop.ejs +++ b/src/gcweb/appTop.ejs @@ -190,7 +190,7 @@ <%_ } -%> <%_ } -%> - <^- msg('Search') ^>{if isNonnull($item.placeholder)} {$item.placeholder}{/if} + <^- msg('Search') ^><%= item.placeholder != null? item.placeholder: '' %>