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 8fcbaee commit 0167af2Copy full SHA for 0167af2
src/Adapters/Cartodb.php
@@ -29,7 +29,7 @@ public function getCode()
29
$this->height = 520;
30
31
$url = $this->request->createUrl()->withDirectoryPosition(2, 'embed_map')->getUrl();
32
-
+
33
return Utils::iframe($url, '100%', $this->height);
34
}
35
0 commit comments