Skip to content
Snippets Groups Projects
Commit 7bb1f3fd authored by Shibin Das's avatar Shibin Das
Browse files

Issue #3484846: "Placehold.it" image generation is broken

parent 7503c1f7
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ class Placeholdit implements RiftSourceInterface {
$style = implode('-', array_filter($input_styles));
$height = $this->getHeightFromSource($style);
$width = $this->getWidthFromSource($style);
return 'https://place-hold.it/' . $width . 'x' . $height . '&text=' . $style;
return 'https://place-hold.it/' . $width . 'x' . $height . '?text=' . $style;
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment