- FICHEIRO: /chroot/home/domosina/domosinal.pt/html/application/Noticias/Controller.php
- LINHA: 278
- MENSAGEM: WARNING [2] htmlentities() [function.htmlentities]: Invalid multibyte sequence in argument
- 274. // cria os items do RSS
- 275. $modRewrite = $config->url->rewrite;
- 276. foreach ($noticias as $noticia) {
- 277. $item = new Goweb_Feed_RSS2_Item();
- 278. $item->title = htmlentities($noticia->titulo, ENT_NOQUOTES, 'UTF-8');
- 279. $item->description = htmlentities($noticia->texto, ENT_NOQUOTES, 'UTF-8');
- 280.
- 281. if ($modRewrite > 0) {
- 282. $item->link = $config->url->base . '/noticias/detail/id/' . $noticia->id;
- 283. } else {