diff options
| author | Dr. ERDI Gergo <gergo@erdi.hu> | 2014-01-31 00:15:01 +0800 | 
|---|---|---|
| committer | Dr. ERDI Gergo <gergo@erdi.hu> | 2014-01-31 00:15:01 +0800 | 
| commit | cf73b006faf95512b28c744ecfbdf47c044acb67 (patch) | |
| tree | c6d96928457fbc2b0b7bcf3c0821154902b30ba0 /html-test/ref/Ticket253_2.html | |
| parent | 96838d249070e1ab55641b6816360a3e6bc909fa (diff) | |
<+>: Don't insert a space when concatenating empty nodes
Diffstat (limited to 'html-test/ref/Ticket253_2.html')
| -rw-r--r-- | html-test/ref/Ticket253_2.html | 8 | 
1 files changed, 4 insertions, 4 deletions
diff --git a/html-test/ref/Ticket253_2.html b/html-test/ref/Ticket253_2.html index fc3c2e51..4bc7a237 100644 --- a/html-test/ref/Ticket253_2.html +++ b/html-test/ref/Ticket253_2.html @@ -54,9 +54,9 @@ window.onload = function () {pageLoad();setSynopsis("mini_Ticket253_2.html");};  	  ><li class="src short"  	  ><span class="keyword"  	    >data</span -	    >  <a href="" +	    > <a href=""  	    >Baz</a -	    >  = <a href="" +	    > = <a href=""  	    >Baz</a  	    ></li  	  ></ul @@ -80,9 +80,9 @@ window.onload = function () {pageLoad();setSynopsis("mini_Ticket253_2.html");};  	><p class="src"  	  ><span class="keyword"  	    >data</span -	    >  <a name="t:Baz" class="def" +	    > <a name="t:Baz" class="def"  	    >Baz</a -	    >  </p +	    ></p  	  ><div class="subs constructors"  	  ><p class="caption"  	    >Constructors</p  | 
