Skip to content

Commit 631ecba

Browse files
committed
Add Sassmeister support
1 parent 40b218d commit 631ecba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Adapters/Sassmeister.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ public function getCode()
2727
{
2828
$id = $this->request->getDirectoryPosition(1);
2929

30-
return Utils::iframe("http://embed.sassmeister.com/gist/{$id}");
30+
return Utils::iframe('http://embed.sassmeister.com/gist/' . $id);
3131
}
3232
}

0 commit comments

Comments
 (0)