Completed
Push — master ( 5fd26f...eee259 )
by Anthony
02:08
created
app/views/write-comment.php 1 patch
Braces   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -11,8 +11,11 @@
 block discarded – undo
11 11
 		<input type="hidden" name="name_id_table" value="<?=$this->name_id_table?>">
12 12
 		<input type="hidden" name="id_in_table" value="<?=$this->id_in_table?>">
13 13
 	</form>
14
-<?php else: ?>
14
+<?php else {
15
+	: ?>
15 16
 	<div class="row">
16 17
 		<p>You must be connected to publish a comment</p>
17 18
 	</div>
18
-<?php endif;?>
19 19
\ No newline at end of file
20
+<?php endif;
21
+}
22
+?>
20 23
\ No newline at end of file
Please login to merge, or discard this patch.