diff options
Diffstat (limited to 'bn_django/templates')
-rw-r--r-- | bn_django/templates/base.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bn_django/templates/base.html b/bn_django/templates/base.html index 819d556..0df7a36 100644 --- a/bn_django/templates/base.html +++ b/bn_django/templates/base.html @@ -24,7 +24,9 @@ <div class="right_stuff"> <form name="search"> <br/> -<input class="search_box" type="text" size="21" value=" search!" name="search_text" id="search_text" onFocus="if (this.value == this.defaultValue) this.value=''; return;" /> +<input class="search_box" type="text" size="21" value=" search!" + name="search_text" id="search_text" + onfocus="if (this.value == this.defaultValue) this.value=''; return;" /> <br /> style: <a onclick="swapstyle('font');return;" href="#" id="style_font" class="subtle"> |