Good day all,
I’ve just come across a possible buggy behavior while validating pages:
When I follow a link from a search result, a <body> tag is appended to the bottom of the html (after the closing </body> tag). This, of course, causes a validation error. Anyone know how to fix this?
Cheers, Jim
------
Server: *nix, ModX Evo 1.0.4, Apache 2.x, PHP 5.x, Mysql 5.x.
I’m running 1.7.1 and the following calls are made:
Search call:
[!AjaxSearch? &ajaxSearch=`0` &AS_showResults=`0` &AS_landing=`8`!]
Landing page:
[!AjaxSearch? &ajaxSearch=`0` &advSearch=`allwords` &AS_showForm=`0` &extractLength=`250` &grabMax=`8`!]
<!--search_terms-->
The dev site address for this project is:
http://dev2.sparkmediagroup.com
I can’t reproduce it on your demo site either. So, so far, it’s a bit of a mystery.
Thanks for your help
------
Server: *nix, ModX Evo 1.0.4, Apache 2.x, PHP 5.x, Mysql 5.x.
OK, thanks for your help! Yes, the highlight plugin was the source of the problem. For now I’ve simply disabled it however, the highlighting still works (how’s that possible?).
------
Server: *nix, ModX Evo 1.0.4, Apache 2.x, PHP 5.x, Mysql 5.x.
When you say frame part of the content with <!--highlight-->, I need clarification. How would that look? If you could give me a brief block of example code that would be great. I only ask because if I’m interpreting your suggestion correctly, it means doing something that’s otherwise unintuitive (wrapping the entire content block in a comment). Thanks for your input!
------
Server: *nix, ModX Evo 1.0.4, Apache 2.x, PHP 5.x, Mysql 5.x.
OK, thanks coroico! One last question then: is it possible to frame another section as well? For example,
in the main content area:
<!--highlight-->
[*content*]
<!--highlight-->
then in a side column:
<!--highlight-->
[*sidebar-content*]
<!--highlight-->
Or is only one pair allowed?
Thanks again for all your help.
Cheers,
Jim
------
Server: *nix, ModX Evo 1.0.4, Apache 2.x, PHP 5.x, Mysql 5.x.