Completed
Push — master ( 93e2ba...e59735 )
by Anthony
02:07
created
app/views/write-comment.php 1 patch
Braces   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -9,8 +9,11 @@
 block discarded – undo
9 9
 		<button>Send</button>
10 10
 	</form>
11 11
 
12
-<?php else: ?>
12
+<?php else {
13
+	: ?>
13 14
 	<div class="row">
14 15
 		<p>You must be connected to publish a comment</p>
15 16
 	</div>
16
-<?php endif;?>
17 17
\ No newline at end of file
18
+<?php endif;
19
+}
20
+?>
18 21
\ No newline at end of file
Please login to merge, or discard this patch.