style: replace em dashes with hyphens throughout codebase
Replace all — with - in all source files (JS, CSS, HTML, JSON, Markdown) for consistency and readability. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -169,7 +169,7 @@ test('Kommende Termine (upcoming)', () => {
|
||||
// Sortierung
|
||||
// --------------------------------------------------------
|
||||
test('Sortierung: ganztägig nach uhrzeit-basierten Terminen', () => {
|
||||
// Gleicher Tag: Ganztägig sollte nach hinten oder flexibel — hier: all_day DESC in der Abfrage
|
||||
// Gleicher Tag: Ganztägig sollte nach hinten oder flexibel - hier: all_day DESC in der Abfrage
|
||||
const events = db.prepare(`
|
||||
SELECT * FROM calendar_events
|
||||
WHERE DATE(start_datetime) = '2026-03-24'
|
||||
|
||||
Reference in New Issue
Block a user