diff --git a/www/api/signature.html b/www/api/signature.html
index 0d864cc..0d278f5 100644
--- a/www/api/signature.html
+++ b/www/api/signature.html
@@ -24,6 +24,7 @@
<link rel="icon" href="../../images/wand.png"/>
<link rel="shortcut icon" href="../../images/wand.ico" type="images/x-icon"/>
<link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"/>
+ <link rel="stylesheet" href="http://www.google.com/cse/style/look/default.css" type="text/css" />
<style type="text/css" media="all">
@import url("../../www/magick.css");
</style>
@@ -152,7 +153,7 @@
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
<div class="sponsor">
- <a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
+ <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
</div>
</div>
</div>
@@ -178,11 +179,11 @@
Methods</h1>
<p class="navigation-index">[<a href="#SignatureImage">SignatureImage</a>]</p>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/signature
-_8c.html" target="source" name="SignatureImage">SignatureImage</a></h2>
+<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/signature
+_8c.html" id="SignatureImage">SignatureImage</a></h2>
<div class="doc-section">
-<p>SignatureImage() computes a message digest from an image pixel stream with an implementation of the NIST SHA-256 Message Digest algorithm. This signature uniquely identifies the image and is convenient for determining if an image has been modified or whether two images are identical.</p></ol>
+<p>SignatureImage() computes a message digest from an image pixel stream with an implementation of the NIST SHA-256 Message Digest algorithm. This signature uniquely identifies the image and is convenient for determining if an image has been modified or whether two images are identical.</p>
<p>The format of the SignatureImage method is:</p>
@@ -190,10 +191,10 @@
MagickBooleanType SignatureImage(Image *image)
</pre>
-<p>A description of each parameter follows:</p></ol>
+<p>A description of each parameter follows:</p>
<h5>image</h5>
-<ol><p>the image.</p></ol>
+<p>the image.</p>
</div>