1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-07-14 21:46:25 +02:00

[KilledbyMicrosoftBridge] Update: Adjusted content format for consistency (#3968)

This commit is contained in:
tillcash
2024-02-09 14:09:03 +05:30
committed by GitHub
parent 6f731b20a9
commit 46ac77590e

View File

@ -34,7 +34,7 @@ class KilledbyMicrosoftBridge extends BridgeAbstract
// Construct the content
$content = sprintf(
'<p>%s</p><p>Scheduled Closure: %s</p>',
'<p>%s</p><p>Scheduled closure on %s.</p>',
$service['description'],
$service['dateClose']
);