@@ -66,9 +66,9 @@ |
||
| 66 | 66 | public function getEmbedDialog($filter_format_id = NULL, $embed_button_id = NULL) { |
| 67 | 67 | $url = 'url-embed/dialog'; |
| 68 | 68 | if (!empty($filter_format_id)) { |
| 69 | - $url .= '/' . $filter_format_id; |
|
| 69 | + $url .= '/'.$filter_format_id; |
|
| 70 | 70 | if (!empty($embed_button_id)) { |
| 71 | - $url .= '/' . $embed_button_id; |
|
| 71 | + $url .= '/'.$embed_button_id; |
|
| 72 | 72 | } |
| 73 | 73 | } |
| 74 | 74 | return $this->drupalGet($url); |