X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plugins%2Flists%2Fstatic%2Fjs%2Fsimplelist.js;fp=plugins%2Flists%2Fstatic%2Fjs%2Fsimplelist.js;h=aed621777c45f14878510d14c3cbcf9ae1288774;hb=878862c35e389f01cc7441cc467071642153df37;hp=9cd5129722784d64647707f0b5d265ae65f953d2;hpb=fcc85f6dc021aaf751e739ec1dbdeb4d130b5a20;p=myslice.git diff --git a/plugins/lists/static/js/simplelist.js b/plugins/lists/static/js/simplelist.js index 9cd51297..aed62177 100644 --- a/plugins/lists/static/js/simplelist.js +++ b/plugins/lists/static/js/simplelist.js @@ -96,7 +96,7 @@ if (key == 'slice.slice_hrn') { return "" + value + ""; } else if (key == 'network_hrn') { - return "" + value ; + return "" + value + ""; } else { return value; }