From 1d6449169f711c536826006e3f45c3026643ec4f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 30 May 2010 17:17:01 +0800 Subject: fix description display --- scripts/rpmphp.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/rpmphp.js') diff --git a/scripts/rpmphp.js b/scripts/rpmphp.js index 7898986..7dfe0b5 100644 --- a/scripts/rpmphp.js +++ b/scripts/rpmphp.js @@ -7,7 +7,7 @@ function initZoomJS(name) if ( data.error ) { alert(data.error); } else { - $('#' + name + '_desc').empty().text(data.devel.package.description); + $('#' + name + '_desc').empty().html(data.devel.package.description); $.each( data, function(k, v){ -- cgit