76
Discussion & Troubleshooting / Extra HTML added to Category description. 1.7.3 Bug?
« on: September 13, 2006, 01:08:58 PM »
Since upgrading to 1.7.3 I see a problem with my Category descriptions.
If my description contains HTML, 4Images adds extra HTML tags!
For example - here is the description for one category:
And here's how the code appears on the page:
See how it *doubled* my a href link and closing "a" tag, plus added the "nofollow" to the link?
Is there a fix for this?
T
If my description contains HTML, 4Images adds extra HTML tags!
For example - here is the description for one category:
Code: [Select]
<b>Fake Category Title</b><br>For more info visit the official website:<br><a href="http://fake_category.com/" target="_blank">http://fake_category.com/</a>
And here's how the code appears on the page:
Code: [Select]
<b>Fake Category Title</b><br>For more info visit the official website:<br><a href="http://fake_category.com/" target="_blank"><a href="http://fake_category.com/" target="_blank" rel="nofollow">http://fake_category.com/</a></a>
See how it *doubled* my a href link and closing "a" tag, plus added the "nofollow" to the link?
Is there a fix for this?
T