code snippet closing tag
-
favorite
I have uploaded the below sample code snippet to my wordpress blog but when I view the blog the closing span tag is converted to empty string.
Instead of
</SPAN>
I tried using</SPAN>
but its not working as expected.I am currently using codecolorer plugin and have also tried crayon syntax highlighter but the results are same.
Any suggestions?
[cc lang=”vb”]
……………
…some code…
……………
CLEAN_DATA = Split(Application.WorksheetFunction.Substitute(IE.Document.getElementById(“result_box”).innerHTML, “</SPAN>”, “”), “<“)
……………
…some code…
……………
[/cc]
- The topic ‘code snippet closing tag’ is closed to new replies.