Quote Originally Posted by conor View Post
Hi,



It's definitely not the module, it doesn't change the content of your href tags other than to change the URI generated. It sounds like you've accidentally broken some link code in a template file. Check to see if one of yotu template files has something like the following in it:

PHP Code:
<?php echo zen_href_link(...) . ' class="
insetad of something like

PHP Code:
<?php echo zen_href_link(...) . '" class="
This would cause "class =" to be added to the end of the URIs.

Good luck in getting this sorted!

All the best...

Conor
ceon


Conor,

Thank you for your insight. I have begun my search for the offending code. Nothing yet, but hopefully soon...

If/when a solution is found, I will post it here just in case anyone else comes across the same issue in the future.

Thanks again!