diff options
Diffstat (limited to 'html-test/ref/TitledPicture.html')
| -rw-r--r-- | html-test/ref/TitledPicture.html | 16 | 
1 files changed, 12 insertions, 4 deletions
| diff --git a/html-test/ref/TitledPicture.html b/html-test/ref/TitledPicture.html index 1e6f50e0..eb6c12f4 100644 --- a/html-test/ref/TitledPicture.html +++ b/html-test/ref/TitledPicture.html @@ -46,11 +46,15 @@  	  ><li class="src short"  	    ><a href="#"  	      >foo</a -	      > :: Integer</li +	      > :: <a href="#" title="Prelude" +	      >Integer</a +	      ></li  	    ><li class="src short"  	    ><a href="#"  	      >bar</a -	      > :: Integer</li +	      > :: <a href="#" title="Prelude" +	      >Integer</a +	      ></li  	    ></ul  	  ></details  	></div @@ -61,7 +65,9 @@  	><p class="src"  	  ><a id="v:foo" class="def"  	    >foo</a -	    > :: Integer <a href="#" class="selflink" +	    > :: <a href="#" title="Prelude" +	    >Integer</a +	    > <a href="#" class="selflink"  	    >#</a  	    ></p  	  ><div class="doc" @@ -78,7 +84,9 @@  	><p class="src"  	  ><a id="v:bar" class="def"  	    >bar</a -	    > :: Integer <a href="#" class="selflink" +	    > :: <a href="#" title="Prelude" +	    >Integer</a +	    > <a href="#" class="selflink"  	    >#</a  	    ></p  	  ><div class="doc" | 
