Ignore:
Timestamp:
03/12/2006 07:16:30 PM (6 years ago)
Author:
cirrus
Message:

Add: Links on nodes in google earth do not display the google map.
Bugfix: foreach array bug in search_suggest.
Changes: Javascript changes on the search_suggest page.
Add: Onkeydown javascript on the search input box.
Bugfix: Header sending location changed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/main.php

    r145 r157  
    5656                $this->html->head->add_title($lang['site_title']); 
    5757                $this->html->head->add_meta("text/html; charset=".$lang['charset'], "", "Content-Type"); 
     58                header("Content-Type: text/html; charset=".$lang['charset']); 
    5859                 
    5960                $this->html->body->tpl['center'] = $this->center->output(); 
     
    6364                if ($this->message->show) $this->html->body->tpl['message'] = $this->message->output(); 
    6465                 
    65                 header("Content-Type: text/html; charset=".$lang['charset']); 
    6666                return $this->html->output(); 
    6767        } 
Note: See TracChangeset for help on using the changeset viewer.