From 671c934f2bc95163309ac739d6742d2e3d740161 Mon Sep 17 00:00:00 2001 From: kremsy Date: Thu, 16 Jan 2014 21:30:11 +0100 Subject: [PATCH] design fix --- application/plugins/WidgetPlugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/plugins/WidgetPlugin.php b/application/plugins/WidgetPlugin.php index 67c0df0b..c21e84cf 100644 --- a/application/plugins/WidgetPlugin.php +++ b/application/plugins/WidgetPlugin.php @@ -439,7 +439,7 @@ class WidgetPlugin implements CallbackListener, Plugin { // if the nextmap is not a queued map, get it from map info if($queuedMap == null) { $map = $this->maniaControl->client->getNextMapInfo(); - $name = $map->name; + $name = Formatter::stripDirtyCodes($map->name); $author = $map->author; } else { $requester = $queuedMap[0];