fix: Artikel-Link im Dashboard absolut auf brettspiel-news.de

This commit is contained in:
Hermes Agent
2026-07-09 16:46:17 +02:00
parent 589705d6c5
commit 31f814a28b
+1 -1
View File
@@ -1345,7 +1345,7 @@ h1{color:#c0392b;}p{color:#888;}</style></head>
text = (m.get("fehler_text") or "")[:100]
rows += (
'<tr><td>{id}</td>'
'<td><a href="/index.php/de/component/content/article/{article_id}" target="_blank">#{article_id}</a></td>'
'<td><a href="https://www.brettspiel-news.de/index.php/de/component/content/article/{article_id}" target="_blank">#{article_id}</a></td>'
'<td>{name}</td><td title="{full}">{text}</td>'
'<td>{status}</td><td style="color:#6b7280;font-size:0.8rem;">{loesung}</td>'
'<td style="font-size:0.8rem;">{date}</td></tr>'