Make sure angle brackets are angle brackets, fixes not well formed error in Firefox

This commit is contained in:
Nathan Gray 2013-12-17 21:17:26 +00:00
parent 9bb37f5ca0
commit 5708aaafed
2 changed files with 3 additions and 8 deletions

View File

@ -1,6 +1,5 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<!-- $Id$ --> <!-- $Id$ -->
<!-- $Id$ -->
<overlay> <overlay>
<template id="addressbook.edit.upload" template="" lang="" group="0" version="1.3.004"> <template id="addressbook.edit.upload" template="" lang="" group="0" version="1.3.004">
<grid class="uploadphoto"> <grid class="uploadphoto">
@ -53,8 +52,7 @@
</row> </row>
</rows> </rows>
</grid> </grid>
</template> </template>
<template id="addressbook.edit.general" template="" lang="" group="0" version="1.9.003"> <template id="addressbook.edit.general" template="" lang="" group="0" version="1.9.003">
<!-- <image src="accounts"/> --> <!-- <image src="accounts"/> -->
@ -175,9 +173,6 @@
</rows> </rows>
</grid> </grid>
</template> </template>
<template id="addressbook.edit.cats" template="" lang="" group="0" version="1.9.002"> <template id="addressbook.edit.cats" template="" lang="" group="0" version="1.9.002">
<grid width="100%" height="286" overflow="auto"> <grid width="100%" height="286" overflow="auto">
<columns> <columns>
@ -653,4 +648,4 @@
</rows> </rows>
</grid> </grid>
</template> </template>
</overlay> </overlay>

View File

@ -383,4 +383,4 @@
.noBreak { white-space: nowrap; } .noBreak { white-space: nowrap; }
</styles> </styles>
</template> </template>
</overlay> </overlay>