- resulting html pages are valid html 4.01 transitionnal
This commit is contained in:
@@ -31,10 +31,10 @@ function global_sidebar_menu() {
|
||||
function app_search_box($q = '')
|
||||
{
|
||||
global $apidb_root;
|
||||
$str = '<form method="get" action="'.$apidb_root.'search.php">'."\n";
|
||||
$str = "</span><form method=\"get\" action=\"".$apidb_root."search.php\">\n";
|
||||
$str .= "<input type=text name=q value='$q' size=8 class=searchfield>";
|
||||
$str .= "<input type=submit value='Search' class=searchbutton>\n";
|
||||
$str .= "</form>\n";
|
||||
$str .= "</form>\n<span>";
|
||||
return $str;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user