diff options
author | Ralph Amissah <ralph@amissah.com> | 2010-07-07 20:05:43 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2010-07-07 20:08:05 -0400 |
commit | fd20f4a7a44586a07a1c0cb0125a0e77dbd0d872 (patch) | |
tree | fbe63649cb9399b6a44e0d893f2b3755baaf6213 /lib/sisu/v2/html_promo.rb | |
parent | provide alternative sisu command names sisu-pg & sisu-sqlite (diff) |
some cleaning of default outputs, ongoing
Diffstat (limited to 'lib/sisu/v2/html_promo.rb')
-rw-r--r-- | lib/sisu/v2/html_promo.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sisu/v2/html_promo.rb b/lib/sisu/v2/html_promo.rb index 0b3e500a..290e74f2 100644 --- a/lib/sisu/v2/html_promo.rb +++ b/lib/sisu/v2/html_promo.rb @@ -163,7 +163,7 @@ module SiSU_HTML_promo end form=if action \ and db - 'SiSU search:<br />' + @env.widget.search_form('sisusearch',action,db,table) + @env.widget.search_form('sisusearch',action,db,table) else '' end end |