From: Joey Schulze Date: Fri, 12 Mar 2010 17:16:03 +0000 (+0100) Subject: Fix umlauts X-Git-Tag: 2010-06-02_customer~31 X-Git-Url: https://git.infodrom.org/?p=misc%2Fkostenrechnung;a=commitdiff_plain;h=7a9501fb3e2a00803180f6f5deeb25d9022aabf9;hp=6c4dbe1a30297a05c05fca7e290f5db4fe8b8f9c Fix umlauts --- diff --git a/masks/overview_kostenstellen.php b/masks/overview_kostenstellen.php index 6cee2ef..4419cea 100644 --- a/masks/overview_kostenstellen.php +++ b/masks/overview_kostenstellen.php @@ -11,7 +11,7 @@ $mask = array( 'select' => array( 'title' => 'Auswahl', 'options' => discover_years(), - 'default' => 'Jahr wählen', + 'default' => 'Jahr wählen', 'selected' => $_SESSION['overview_kostenstellen.year'], 'onchange' => "setvar(this,'year',select_year_calback,select_year_status)", ),