Title: Plugin printing HTML characters instead of code?
Last modified: September 1, 2016

---

# Plugin printing HTML characters instead of code?

 *  [mikedacre](https://wordpress.org/support/users/mikedacre/)
 * (@mikedacre)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/plugin-printing-html-characters-instead-of-code/)
 * The following code:
 * `[shell]for i in data/*.total.*; do j=$(echo $i | sed 's#.*/##' | sed 's/\.[^.]*\.[
   ^.]*$//'); cat $i | sed '1d' | cut -f 1,2 --output-delim=. | sed "s/$/\t${j}/"
   >> merged/$j.SNPs.txt; sed '1d' data/$j.betas.fmqtl > merged/$j.betas.fmqtl; 
   paste merged/$j.SNPs.txt merged/$j.betas.fmqtl > merged/$j.betas.txt; done[/shell]`
 * Is rendered into this text on my site:
 * `for i in data/*.total.*; do j=$(echo $i | sed 's#.*/##' | sed 's/\.[^.]*\.[^.]*
   $//'); cat $i | sed '1d' | cut -f 1,2 --output-delim=. | sed &quot;s/$/\t${j}/&
   quot; >> merged/$j.SNPs.txt; sed '1d' data/$j.betas.fmqtl > merged/$j.betas.fmqtl;
   paste merged/$j.SNPs.txt merged/$j.betas.fmqtl > merged/$j.betas.txt; done`
 * Note all of the instances of `&quot;` and `%gt;`. Why is this happening?
 * [https://wordpress.org/plugins/syntaxhighlighter/](https://wordpress.org/plugins/syntaxhighlighter/)

Viewing 1 replies (of 1 total)

 *  [fishercoder](https://wordpress.org/support/users/fishercoder/)
 * (@fishercoder)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/plugin-printing-html-characters-instead-of-code/#post-7667795)
 * I encountered the same thing, please help!

Viewing 1 replies (of 1 total)

The topic ‘Plugin printing HTML characters instead of code?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/syntaxhighlighter_ffffff.svg)
 * [SyntaxHighlighter Evolved](https://wordpress.org/plugins/syntaxhighlighter/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/syntaxhighlighter/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/syntaxhighlighter/)
 * [Active Topics](https://wordpress.org/support/plugin/syntaxhighlighter/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/syntaxhighlighter/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/syntaxhighlighter/reviews/)

## Tags

 * [code](https://wordpress.org/support/topic-tag/code/)
 * [formatting](https://wordpress.org/support/topic-tag/formatting/)

 * 1 reply
 * 2 participants
 * Last reply from: [fishercoder](https://wordpress.org/support/users/fishercoder/)
 * Last activity: [9 years, 9 months ago](https://wordpress.org/support/topic/plugin-printing-html-characters-instead-of-code/#post-7667795)
 * Status: not resolved