summaryrefslogtreecommitdiff
path: root/bridges/ShanaprojectBridge.php
diff options
context:
space:
mode:
Diffstat (limited to 'bridges/ShanaprojectBridge.php')
-rw-r--r--bridges/ShanaprojectBridge.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/bridges/ShanaprojectBridge.php b/bridges/ShanaprojectBridge.php
index e86f772..6eadcb1 100644
--- a/bridges/ShanaprojectBridge.php
+++ b/bridges/ShanaprojectBridge.php
@@ -73,7 +73,7 @@ class ShanaprojectBridge extends BridgeAbstract {
// Getting the picture is a little bit tricky as it is part of the style.
// Luckily the style is part of the parent div :)
- if(preg_match("/url\(\/\/([^\)]+)\)/i", $anime->parent->style, $matches))
+ if(preg_match('/url\(\/\/([^\)]+)\)/i', $anime->parent->style, $matches))
return $matches[1];
returnServerError('Could not extract background image!');