Making secureimage.php strict
Tuesday 12 July 2005 - Filed under Software
One of the aspects that kept me up late writing the tag(1) entry was getting MathML to work. Getting itex2MLL to compile was easy, but correcting the various WordPress templates took longer.
This morning I found that the SecureImage plugin needs a very small change to make its output strict XHTML:
$ diff secureimage.php.org secureimage.php
347c347
< <img src="<?php echo $_SERVER[PHP_SELF];?/>?image=< ?php echo $hashtext;?>"/><br>
---
> <img src="<?php echo $_SERVER[PHP_SELF];?/>?image=< ?php echo $hashtext;?>"/><br />
And now the permalinked page works. If you wanted to comment on tag(1), please try again.
2005-07-12 » Stephen
