aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python/Components/config.py')
-rw-r--r--lib/python/Components/config.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/python/Components/config.py b/lib/python/Components/config.py
index 7fbe13b7..424585de 100644
--- a/lib/python/Components/config.py
+++ b/lib/python/Components/config.py
@@ -517,6 +517,7 @@ class ConfigIP(ConfigSequence):
value += self.seperator
if mPos >= len(value) - 1:
mPos += 1
+ value += (" " * (len(str(self.limits[num][1]))-len(str(i))))
value += str(i)
num += 1
return (value, mPos)