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,13 +205,13 @@ $rs = execQueryPag($sql); | ||
205 | <?php include("../inc/paginacaoPorPostFim.php");?> | 205 | <?php include("../inc/paginacaoPorPostFim.php");?> |
206 | </td> | 206 | </td> |
207 | </tr> | 207 | </tr> |
208 | - <?} else {?> | 208 | + <?php } else {?> |
209 | <tr> | 209 | <tr> |
210 | <td align="right" colspan="12"> | 210 | <td align="right" colspan="12"> |
211 | Não foram encontradas demandas pendentes | 211 | Não foram encontradas demandas pendentes |
212 | </td> | 212 | </td> |
213 | </tr> | 213 | </tr> |
214 | - <?}?> | 214 | + <?php } ?> |
215 | </table><?php } ?> | 215 | </table><?php } ?> |
216 | <br><br> | 216 | <br><br> |
217 | <input type="button" value="Voltar" name="voltar" class="botaoformulario" id="voltar" onclick="location.href='../inc/menu.php'" /> | 217 | <input type="button" value="Voltar" name="voltar" class="botaoformulario" id="voltar" onclick="location.href='../inc/menu.php'" /> |