admin.kaybettiklerimiz.html.php dosyasını aç....
106.satırda bul:
- Kod: Tümünü seç
<td align="center"><?php echo htmlspecialchars_decode ( substr ($row->metin,0,250)); ?></td>
deÄŸiÅŸtir:
- Kod: Tümünü seç
<td align="center"><?php echo html_entity_decode ( substr ($row->metin,0,250)); ?></td>
259.satırda bul:
- Kod: Tümünü seç
<td><?php editorArea('editor1', htmlspecialchars_decode (str_replace('&', '&', $row->metin)) , 'metin', '500', '200', '70', '10') ;
deÄŸiÅŸtir:
- Kod: Tümünü seç
<td><?php editorArea('editor1', html_entity_decode (str_replace('&', '&', $row->metin)) , 'metin', '500', '200', '70', '10') ;
Not: ekte admin.kaybettiklerimiz.html.php dosyasının düzenlenmiş hali verilmiştir. İsteyen bu dosyayı eskisinin üzerine yazdırarak sorunu çözebilir. [file name=admin-d894573f46dfd70b74396b103251c11c.zip size=3751]http://www.qproje.com/images/fbfiles/files/admin-d894573f46dfd70b74396b103251c11c.zip[/file]
