Completed
Push — master ( 206636...440de0 )
by Nazar
06:00
created
install/web.php 1 patch
Upper-Lower-Casing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@  discard block
 block discarded – undo
39 39
 					'in'      => [h::span('Regular user'), h::span('Expert')],
40 40
 					'onclick' => <<<JS
41 41
 var items = document.querySelectorAll('expert'), i; for (i = 0; i < items.length; i++) items[i].style.display = this.value == '0' ? 'table-row' : '';
42
-JS
42
+js
43 43
 				]
44 44
 			)
45 45
 		).
@@ -187,7 +187,7 @@  discard block
 block discarded – undo
187 187
 	<p style="color: red">$warning</p>
188 188
 	<button onclick="location.href = '/';">Go to website</button>
189 189
 </table>
190
-HTML;
190
+html;
191 191
 }
192 192
 
193 193
 if (count(explode('/', $_SERVER['REQUEST_URI'])) > 3) {
Please login to merge, or discard this patch.