Passed
Pull Request — master (#115)
by Matt
01:38
created
event/main_listener.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -164,7 +164,8 @@
 block discarded – undo
164 164
 	 */
165 165
 	public function modify_tag_templates($event)
166 166
 	{
167
-		try {
167
+		try
168
+		{
168 169
 			// force YouTube to use the no cookies until the user starts video playback
169 170
 			$tag = $event['configurator']->tags['YOUTUBE'];
170 171
 			$tag->template = str_replace('www.youtube.com', 'www.youtube-nocookie.com', $tag->template);
Please login to merge, or discard this patch.