diff options
author | Reid Yaro <reidyaro@gmail.com> | 2013-02-27 20:55:19 +0000 |
---|---|---|
committer | Reid Yaro <reidyaro@gmail.com> | 2013-02-27 20:55:39 +0000 |
commit | 6789cbc5b1a3376b9b146c085b380ef8093b77c6 (patch) | |
tree | 62c42f8ca2d5d7bcb39edd75bafcad6faab7dce0 /units.xml | |
parent | 27db91cb7c5bab5650dd757a4830e16fbf529f34 (diff) | |
download | clientdata-6789cbc5b1a3376b9b146c085b380ef8093b77c6.tar.gz clientdata-6789cbc5b1a3376b9b146c085b380ef8093b77c6.tar.bz2 clientdata-6789cbc5b1a3376b9b146c085b380ef8093b77c6.tar.xz clientdata-6789cbc5b1a3376b9b146c085b380ef8093b77c6.zip |
Correct wrong whitespace after KF unit.
Diffstat (limited to 'units.xml')
-rw-r--r-- | units.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,6 +4,6 @@ Copyright (C) 2010-2013 Evol Online --> <units> <unit type="currency" base=" E" round="0" separator=" "/> <unit type="weight" base=" Florin" round="0" separator=" "> - <level symbol=" KF " count="1000" round="2"/> + <level symbol=" KF" count="1000" round="2"/> </unit> </units> |