diff options
author | Jonathan Yap <none@none> | 2011-06-22 06:27:51 -0400 |
---|---|---|
committer | Jonathan Yap <none@none> | 2011-06-22 06:27:51 -0400 |
commit | 3ef49a967be6e4731c7c905299ac3e990a6c28d1 (patch) | |
tree | ccefcddd4660705e71b2313937515f92433e37a5 | |
parent | ede3b577d8cebd5065514bb485e2cbd93dd5b05a (diff) |
STORM-899 [ILL-FORMED XML] 'No attachments worn' text on blank 'Attachments' accordion remains in English for all locales
Added / to xml file
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_cof_wearables.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_cof_wearables.xml b/indra/newview/skins/default/xui/en/panel_cof_wearables.xml index bbeb592e96..9e70706603 100644 --- a/indra/newview/skins/default/xui/en/panel_cof_wearables.xml +++ b/indra/newview/skins/default/xui/en/panel_cof_wearables.xml @@ -52,7 +52,7 @@ multi_select="true" name="list_attachments" top="0" - width="311"> + width="311"/> </accordion_tab> <accordion_tab layout="topleft" |