I am using the syntax highlighter for a few things and everything i add code to it adds a <b> tag to the beginning and a </b> tag to the end?
here is an example
http://www.caseybecking.com/2009/08/jquery-sequential-list-parsing/
I am using the syntax highlighter for a few things and everything i add code to it adds a <b> tag to the beginning and a </b> tag to the end?
here is an example
http://www.caseybecking.com/2009/08/jquery-sequential-list-parsing/
It appears you have a piece of Javascript on your site doing that as it's not in the HTML source.
And no, my plugin is not at fault because if you click the "view source" button in the code toolbar, the <b> shows up there as well.
Thank you I will dig into my code then and find it. Thank you for the quick response. Some people don't respond at all so I appreciate that. Great Plugin by the way just need to find out how I screwed it up.
I thank you sir. I found the fix. I didn't close a <b> tag in the header of my code. My Fault!
You must log in to post.