Commit 3362a3680c804c86ad7b7d9833f9d9644a273fe8
1 parent
8fe6d1a9
Exists in
issue_21
Short open tag substituída
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
restrito/lda_solicitacao/index.php
... | ... | @@ -205,13 +205,13 @@ $rs = execQueryPag($sql); |
205 | 205 | <?php include("../inc/paginacaoPorPostFim.php");?> |
206 | 206 | </td> |
207 | 207 | </tr> |
208 | - <?} else {?> | |
208 | + <?php } else {?> | |
209 | 209 | <tr> |
210 | 210 | <td align="right" colspan="12"> |
211 | 211 | Não foram encontradas demandas pendentes |
212 | 212 | </td> |
213 | 213 | </tr> |
214 | - <?}?> | |
214 | + <?php } ?> | |
215 | 215 | </table><?php } ?> |
216 | 216 | <br><br> |
217 | 217 | <input type="button" value="Voltar" name="voltar" class="botaoformulario" id="voltar" onclick="location.href='../inc/menu.php'" /> | ... | ... |