fix the problem where the Local Host gif wasn't appearing.

I forgot to quote the html entity reference properly.
This commit is contained in:
sspitzer%netscape.com 1999-04-19 20:48:06 +00:00
Родитель 3a188e59ad
Коммит 7b335ba202
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -30,7 +30,7 @@
<treebody rdf:containment="http://home.netscape.com/NC-rdf#child">
<treeitem id="mailbox:/" open="true">
<treecell><treeindentation/><html:img hspace="2" style="vertical-align: bottom" src=&localMailHost.img;/>&localMailHost.label;</treecell>
<treecell><treeindentation/><html:img hspace="2" style="vertical-align: bottom" src="&localMailHost.img;"/>&localMailHost.label;</treecell>
</treeitem>
</treebody>
</tree>