We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40b218d commit 631ecbaCopy full SHA for 631ecba
src/Adapters/Sassmeister.php
@@ -27,6 +27,6 @@ public function getCode()
27
{
28
$id = $this->request->getDirectoryPosition(1);
29
30
- return Utils::iframe("http://embed.sassmeister.com/gist/{$id}");
+ return Utils::iframe('http://embed.sassmeister.com/gist/' . $id);
31
}
32
0 commit comments