Hey guys,
Im styling a new website at the moment but have run into a problem that i dont know how to solve.
For some reason the {p} tags are being displayed on the front end in product description?
Here is an example of what i mean:
http://dlsdev.com/index.php?dispatch=products.view&product_id=67
Ive also noticed that my search field is messed up too, not sure what went wrong!
Any help would be greatly appreciated
regards
Darren
p tags escaped
In the source, at about lines 267-274, is this:
<div class="product-details"> </div> <p> High quality fluorocarbon leader</p> </div>
cheers,
gary
gary.turner wrote: In the
In the source, at about lines 267-274, is this:
<div class="product-details"> </div> <p> High quality fluorocarbon leader</p> </div>
cheers,
gary
Hi Gary,
not being a real expert in this area can you spell it out for me please
Not sure I can
I find this at lines 548-549 at this look-see; I may have been viewing a subset of the source previously.
I am guessing that the product details are stored in the database with the html markup. If that's the case, security precautions would require the '<' and '>' be escaped when served. You will need to go over this section of the php source and the database entries. These are things that you should take up with the mid-tier (php) and back-end (database) developers. Also check with the db entry clerk.
cheers,
gary