From 38798bab773f18009b199a6e70588347acbd40f6 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 25 Aug 2008 20:59:10 +0000 Subject: [PATCH] Fixed escaping --- stamp/index.php | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/stamp/index.php b/stamp/index.php index 3414f87..81a88db 100644 --- a/stamp/index.php +++ b/stamp/index.php @@ -52,20 +52,21 @@ google_ad_channel = "";

To add the CAcert logo to your site you need to register for a CAcert server certificate, then add the following line somewhere on your website:

<script type="text/javascript">
- <!--
+ <!- -
document.write('<');
document.write('script type="text/javascript" src="'+location.protocol+'//stamp.cacert.org/showlogo.php"><');
document.write('/script>');
- //-->
+ // - ->
</script>

-



+ -->