@@ -9,8 +9,11 @@ |
||
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 |