comparison xsls/content.xsls @ 481:c611fe0c3cf5

Removed unused entities.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 09 Apr 2012 14:51:48 +0000
parents cac48e2d0d9b
children a57994ede438
comparison
equal deleted inserted replaced
480:b9db45d1433b 481:c611fe0c3cf5
139 139
140 X:template = "path" { <code> !!; </code> } 140 X:template = "path" { <code> !!; </code> }
141 X:template = "i" { <i> !!; </i> } 141 X:template = "i" { <i> !!; </i> }
142 X:template = "b" { <b> !!; </b> } 142 X:template = "b" { <b> !!; </b> }
143 X:template = "nobr" { <nobr> !!; </nobr> } 143 X:template = "nobr" { <nobr> !!; </nobr> }
144 X:template = "mdash" { X:text {&#xA0;&#8212; } }
145 X:template = "space" { X:text { } }
146 X:template = "br" { <br/> } 144 X:template = "br" { <br/> }
147 145
148 146
149 } 147 }