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/Bug1.html | |
| parent | 228a0d72baa04be161b0fc918266f2edb0c6519b (diff) | |
| parent | 8410dd341a1730f708af3f0d96d13f2b5f7b9df5 (diff) | |
Merge branch 'anchors-redux'
Diffstat (limited to 'html-test/ref/Bug1.html')
| -rw-r--r-- | html-test/ref/Bug1.html | 6 | 
1 files changed, 4 insertions, 2 deletions
| diff --git a/html-test/ref/Bug1.html b/html-test/ref/Bug1.html index ad864e78..4bedbb86 100644 --- a/html-test/ref/Bug1.html +++ b/html-test/ref/Bug1.html @@ -63,8 +63,10 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug1.html");  	><p class="src"  	  ><span class="keyword"  	    >data</span -	    > <a href="#" id="t:T" class="def" +	    > <a id="t:T" class="def"  	    >T</a +	    > <a href="#" class="selflink" +	    >#</a  	    ></p  	  ><div class="doc"  	  ><p @@ -81,7 +83,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug1.html");  	    ><table  	    ><tr  	      ><td class="src" -		><a href="#" id="v:T" class="def" +		><a id="v:T" class="def"  		  >T</a  		  ></td  		><td class="doc empty" | 
