diff --git a/core/data_processor.py b/core/data_processor.py index 997539b..03650a9 100644 --- a/core/data_processor.py +++ b/core/data_processor.py @@ -34,7 +34,7 @@ def get_upcoming_events(days_to_show=None, limit=None): # Typografie: Bindestrich durch En-Dash (–) ersetzen for col in ['Morgen', 'Nachmittag']: - df[col] = df[col].fillna('').astype(str).str.replace('-', '–', regex=False) + df[col] = df[col].fillna('').astype(str).str.replace('-', ' – ', regex=False) date_col = config['google_sheet']['date_column'] df = df.dropna(subset=[date_col]) diff --git a/templates/zeiten.html b/templates/zeiten.html index f7886cf..723d730 100644 --- a/templates/zeiten.html +++ b/templates/zeiten.html @@ -53,7 +53,7 @@
{% if test %} -