$conf, $runtime; function_exists('chdir') AND chdir(APP_PATH); $r = 'mysql' == $conf['cache']['type'] ? website_set('runtime', $runtime) : cache_set('runtime', $runtime); } function runtime_truncate() { global $conf; 'mysql' == $conf['cache']['type'] ? website_set('runtime', '') : cache_delete('runtime'); } register_shutdown_function('runtime_save'); ?>syntax highlighting - Getting < and > instead of < > while posting code|Programmer puzzle solving
最新消息:Welcome to the puzzle paradise for programmers! Here, a well-designed puzzle awaits you. From code logic puzzles to algorithmic challenges, each level is closely centered on the programmer's expertise and skills. Whether you're a novice programmer or an experienced tech guru, you'll find your own challenges on this site. In the process of solving puzzles, you can not only exercise your thinking skills, but also deepen your understanding and application of programming knowledge. Come to start this puzzle journey full of wisdom and challenges, with many programmers to compete with each other and show your programming wisdom! Translated with DeepL.com (free version)

syntax highlighting - Getting < and > instead of < > while posting code

matteradmin9PV0评论

hi everyone I am getting this &lt and &gt instead of < and > while posting my code, I am using enlighter plugin, I was using syntax highlighter before there also I was facing the same problem, frustated. I am frustrated with this please help.

hi everyone I am getting this &lt and &gt instead of < and > while posting my code, I am using enlighter plugin, I was using syntax highlighter before there also I was facing the same problem, frustated. I am frustrated with this please help.

Share Improve this question edited Mar 29, 2017 at 16:12 fuxia 107k39 gold badges255 silver badges461 bronze badges asked Mar 29, 2017 at 12:54 sdvadsasdvadsa 211 bronze badge 1
  • 1 How do you post your code? – xvilo Commented Mar 30, 2017 at 15:25
Add a comment  | 

1 Answer 1

Reset to default 0

Since you say you are using the 'enlighter plugin', the best place to ask that question is in their plugin support area.

Provide as much detail as you can about what you are doing, where you are doing, and expected and actual results.

If you have figured out your issue, post an answer here and mark it as correct. That will help others that might stumble on your question when they have a similar problem.

(Old post that needs an answer, or at least something from the OP with further details or a solution.)

Post a comment

comment list (0)

  1. No comments so far