Ver código fonte

Fix UTF-8 encoding on unrated page

pull/2/head
Chris Smith 13 anos atrás
pai
commit
3e39f5dcff
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      unrated.php

+ 1
- 1
unrated.php Ver arquivo

@@ -53,7 +53,7 @@
53 53
 ?>
54 54
   </p>
55 55
   <div class="quotebody">
56
-   <?PHP echo nl2br(htmlentities($row['quote_quote'])); ?>
56
+   <?PHP echo nl2br(htmlentities($row['quote_quote'], ENT_QUOTES, 'UTF-8')); ?>
57 57
   </div>
58 58
  </div>
59 59
 <?PHP

Carregando…
Cancelar
Salvar