diff options
| author | Ben Gamari <ben@smart-cactus.org> | 2016-02-08 17:56:17 +0100 | 
|---|---|---|
| committer | Ben Gamari <ben@smart-cactus.org> | 2016-02-08 17:56:17 +0100 | 
| commit | f84ddf06c9daf86a2e15bf44cf877ce2324967cf (patch) | |
| tree | 6dc24b56fdf8d99d0d798c25621ae4f205af57a3 /html-test/ref/Bug85.html | |
| parent | 228a0d72baa04be161b0fc918266f2edb0c6519b (diff) | |
| parent | 8410dd341a1730f708af3f0d96d13f2b5f7b9df5 (diff) | |
Merge branch 'anchors-redux'
Diffstat (limited to 'html-test/ref/Bug85.html')
| -rw-r--r-- | html-test/ref/Bug85.html | 18 | 
1 files changed, 12 insertions, 6 deletions
| diff --git a/html-test/ref/Bug85.html b/html-test/ref/Bug85.html index 4e52ad65..90042380 100644 --- a/html-test/ref/Bug85.html +++ b/html-test/ref/Bug85.html @@ -49,7 +49,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug85.html")  	><p class="src"  	  ><span class="keyword"  	    >data</span -	    > <a href="#" id="t:Foo" class="def" +	    > <a id="t:Foo" class="def"  	    >Foo</a  	    > :: (<a href="#"  	    >*</a @@ -61,6 +61,8 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug85.html")  	    >*</a  	    > <span class="keyword"  	    >where</span +	    > <a href="#" class="selflink" +	    >#</a  	    ></p  	  ><div class="subs constructors"  	  ><p class="caption" @@ -68,7 +70,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug85.html")  	    ><table  	    ><tr  	      ><td class="src" -		><a href="#" id="v:Bar" class="def" +		><a id="v:Bar" class="def"  		  >Bar</a  		  > :: f x -> <a href="#"  		  >Foo</a @@ -83,12 +85,14 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug85.html")  	><p class="src"  	  ><span class="keyword"  	    >data</span -	    > <a href="#" id="t:Baz" class="def" +	    > <a id="t:Baz" class="def"  	    >Baz</a  	    > :: <a href="#"  	    >*</a  	    > <span class="keyword"  	    >where</span +	    > <a href="#" class="selflink" +	    >#</a  	    ></p  	  ><div class="subs constructors"  	  ><p class="caption" @@ -96,7 +100,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug85.html")  	    ><table  	    ><tr  	      ><td class="src" -		><a href="#" id="v:Baz-39-" class="def" +		><a id="v:Baz-39-" class="def"  		  >Baz'</a  		  > :: <a href="#"  		  >Baz</a @@ -111,10 +115,12 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug85.html")  	><p class="src"  	  ><span class="keyword"  	    >data</span -	    > <a href="#" id="t:Qux" class="def" +	    > <a id="t:Qux" class="def"  	    >Qux</a  	    > <span class="keyword"  	    >where</span +	    > <a href="#" class="selflink" +	    >#</a  	    ></p  	  ><div class="subs constructors"  	  ><p class="caption" @@ -122,7 +128,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug85.html")  	    ><table  	    ><tr  	      ><td class="src" -		><a href="#" id="v:Quux" class="def" +		><a id="v:Quux" class="def"  		  >Quux</a  		  > :: <a href="#"  		  >Qux</a | 
