@@ -105,7 +105,7 @@ discard block |
||
105 | 105 | </article> |
106 | 106 | |
107 | 107 | <aside class="topSidebar col-sm-4 sidebar-outer"> |
108 | - <div class="fixed<?php if(!$view->isDetailedView) echo(' hide-mobile');?>"> |
|
108 | + <div class="fixed<?php if(!$view->isDetailedView) echo(' hide-mobile'); ?>"> |
|
109 | 109 | <article> |
110 | 110 | <div> |
111 | 111 | <h2>Position / Hashtag</h2> |
@@ -140,7 +140,7 @@ discard block |
||
140 | 140 | if(isset($_GET['postId']) && isset($_GET['getPostDetails'])) { ?> |
141 | 141 | <h2>Comment on Jodel</h2> |
142 | 142 | <form enctype="multipart/form-data" method="POST"> |
143 | - <input type="hidden" name="ancestor" value="<?php echo htmlspecialchars($_GET['postId']);?>" /> |
|
143 | + <input type="hidden" name="ancestor" value="<?php echo htmlspecialchars($_GET['postId']); ?>" /> |
|
144 | 144 | <textarea id="message" name="message" placeholder="Send a comment on a Jodel to all students within 10km" required></textarea> |
145 | 145 | <input type="hidden" name="MAX_FILE_SIZE" value="999990000" /> |
146 | 146 | <input name="image" type="file" /> |
@@ -181,7 +181,7 @@ discard block |
||
181 | 181 | </div> |
182 | 182 | </aside> |
183 | 183 | </div> |
184 | - <?php include 'templates/nav-bottom.php';?> |
|
184 | + <?php include 'templates/nav-bottom.php'; ?> |
|
185 | 185 | </div> |
186 | 186 | <?php |
187 | 187 | $includeEmojiAndAjax = TRUE; |