find other spots as well to strip slashes out.
/components/com_booklibrary/booklibrary.html.php
line 246
| Code: |
<?php echo stripslashes($row->title); ?>
|
line 510
| Code: |
<?php echo stripslashes($currentcat->header); ?>
|
Note: on backend it looks to adds a slash ever time it saves. See what i can do next with that.