From 601500581d0b06acb68f06884d19c70e77919548 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Wed, 22 Feb 2012 10:16:27 +0000 Subject: [PATCH] one more list name --- static/js/pandora/home.padma.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/pandora/home.padma.js b/static/js/pandora/home.padma.js index 0499e447..b4e02f42 100644 --- a/static/js/pandora/home.padma.js +++ b/static/js/pandora/home.padma.js @@ -301,7 +301,7 @@ pandora.ui.home = function() { whiteSpace: 'normal' }) .html( - '' + lists[selected].name + '

' + '' + Ox.encodeHTMLEntities(lists[selected].name) + '

' + lists[selected].description ) .appendTo($lists);