MX Kommerce Forum :: Repeat Region not display properly because of escaped quotes
This thread was displayed: 0 times
Starting with 17th May 2007, Adobe Systems will stop offering support for any version of the discontinued InterAKT products. As a result, we will not answer to new support incidents starting with May 17th, 2007. Pending support incidents will still be followed in order to be closed. The product forums will remain open and be transformed in user-to-user forums. The general forums will be made read-only and not allow new posts or comments.
For more information about the affected products visit: www.interaktonline.com/Support/
Martin Kiely
04-04-2007 03:16:02 GMT +2
|
Repeat region is not properly displaying dynamic content because it's escaping the double quotes on the html attributes on all records except the first record.
<div class="headlineBkgrndColor8"> // displays fine
<div class=\"headlineBkgrndColor1\"> // second record has the quotes escaped
<div class=\"headline\" style=\"BACKGROUND-COLOR: rgb(227,238,233)\">
<div class=\"headline\"><h3>Lights Parade Winners </h3><a href=\"/Lights_Parade\">
|
|
|
Razvan Racasanu[InterAKT]
04-04-2007 11:11:48 GMT +2
|
Hello,
Can you attach the page so we can see how the code has been generated? Also, can you provide a link where we can see this behavior?
Regards,
Razvan RACASANU
|
|
|
Martin Kiely
04-04-2007 19:02:17 GMT +2
|
Thanks for the speedy reply. I finally was able to figure out the problem. The page in question included an authentication scheme that was implemented a number of years ago. Once of the classes used in the authentication included: set_magic_quotes_runtime(1);
Commenting it out fixed the problem. I'm guessing that the initial record from the query results wasn't effected because the value for the first record from the query was passed prior to the class used for authentication, but on subsequent records it was called causing the escapement.
I had tried to remove the posting once I discovered the problem, but couldn't find it.
Marty
|
|
|