diff options
| author | David Waern <david.waern@gmail.com> | 2008-11-23 17:13:21 +0000 | 
|---|---|---|
| committer | David Waern <david.waern@gmail.com> | 2008-11-23 17:13:21 +0000 | 
| commit | 0183315fa02a5fd2046103a4f0d431fb033547a4 (patch) | |
| tree | 520bd89176b5d9ac7555137b4ee277aeca4891aa /tests/output/Bug1.html | |
| parent | 9f5e97684ae513a7465a9a8a6ff962d45066d243 (diff) | |
FIX #45: generate two anchors for each name
We generate two anchor tags for each name, one where we don't escape the name
and one where we URI-encode it. This is for compatibility between IE and Opera.
Test output is updated.
Diffstat (limited to 'tests/output/Bug1.html')
| -rw-r--r-- | tests/output/Bug1.html | 6 | 
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/output/Bug1.html b/tests/output/Bug1.html index 9be03434..327107ba 100644 --- a/tests/output/Bug1.html +++ b/tests/output/Bug1.html @@ -94,7 +94,9 @@  ><TD CLASS="decl"  ><SPAN CLASS="keyword"  >data</SPAN ->  <A NAME="t%3AT" +>  <A NAME="t:T" +><A NAME="t%3AT" +></A  ></A  ><B  >T</B @@ -122,8 +124,10 @@  ><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"  ><TR  ><TD CLASS="arg" +><A NAME="v:T"  ><A NAME="v%3AT"  ></A +></A  ><B  >T</B  ></TD  | 
