diff --git a/source/Ox.UI/js/List/Ox.TextList.js b/source/Ox.UI/js/List/Ox.TextList.js index f236e802..22da6f62 100644 --- a/source/Ox.UI/js/List/Ox.TextList.js +++ b/source/Ox.UI/js/List/Ox.TextList.js @@ -567,6 +567,7 @@ Ox.TextList = function(options, self) { // since the format of a value may depend on another value, // we pass all data as a second parameter to the supplied format function var format = self.format[key], formatFunction; + // FIXME: this keeps null from ever reaching a format function! if (value === null) { value = ''; } else if (format) { diff --git a/source/Ox.UI/png/systemBSD128.png b/source/Ox.UI/png/systemBSD128.png new file mode 100644 index 00000000..30f0c4a1 Binary files /dev/null and b/source/Ox.UI/png/systemBSD128.png differ diff --git a/source/Ox.UI/png/systemUNIX128.png b/source/Ox.UI/png/systemUNIX128.png new file mode 100644 index 00000000..5024cbde Binary files /dev/null and b/source/Ox.UI/png/systemUNIX128.png differ