Passed
Push — master ( e7f8f8...90de72 )
by Jean-Christophe
02:16
created
Ajax/semantic/html/elements/html5/HtmlDatalist.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 block discarded – undo
11 11
 	}
12 12
 
13 13
 	protected function createItem($value) {
14
-		$elm = new HtmlDoubleElement("", "option");
14
+		$elm=new HtmlDoubleElement("", "option");
15 15
 		$elm->setProperty("value", $value);
16 16
 		$elm->setContent($value);
17 17
 		return $elm;
Please login to merge, or discard this patch.