Title: jipsen's Replies | WordPress.org

---

# jipsen

  [  ](https://wordpress.org/support/users/jipsen/)

 *   [Profile](https://wordpress.org/support/users/jipsen/)
 *   [Topics Started](https://wordpress.org/support/users/jipsen/topics/)
 *   [Replies Created](https://wordpress.org/support/users/jipsen/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/jipsen/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/jipsen/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/jipsen/engagements/)
 *   [Favorites](https://wordpress.org/support/users/jipsen/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [How to use ASCIIMathML correctly on WP?](https://wordpress.org/support/topic/how-to-use-asciimathml-correctly-on-wp/)
 *  [jipsen](https://wordpress.org/support/users/jipsen/)
 * (@jipsen)
 * [20 years, 10 months ago](https://wordpress.org/support/topic/how-to-use-asciimathml-correctly-on-wp/#post-216330)
 * When using the ASCIIMathML.js script from within a .php file, the line
 * <?import namespace=”mml” implementation=”#mathplayer”?>
 * has to be replaced with
 * <? echo ‘<?import namespace=”mml” implementation=”#mathplayer”?>’?>
 * (to avoid a syntax clash between php and the <?import..> directive).
 * I hope this resolves the problem that was first mentioned in this thread.

Viewing 1 replies (of 1 total)