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 2908fa4 commit 923cd15Copy full SHA for 923cd15
src/Providers/Api/Gist.php
@@ -40,7 +40,7 @@ public function getType()
40
*/
41
public function getCode()
42
{
43
- if (($code = $this->bag->get('div')) && ($stylesheet = $this->normalizeUrl($this->bag->get('stylesheet')))) {
+ if (($code = $this->bag->get('div', true)) && ($stylesheet = $this->normalizeUrl($this->bag->get('stylesheet')))) {
44
return '<link href="'.$stylesheet.'" rel="stylesheet">'.$code;
45
}
46
0 commit comments