From 31d2670470741308aecd0a1a5daffb846b1b4d56 Mon Sep 17 00:00:00 2001 From: rolux Date: Fri, 6 Apr 2012 12:06:56 +0200 Subject: [PATCH] fixes #737 (layout bug in software panel) --- static/js/pandora/siteDialog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/pandora/siteDialog.js b/static/js/pandora/siteDialog.js index eb4734930..fecd36170 100644 --- a/static/js/pandora/siteDialog.js +++ b/static/js/pandora/siteDialog.js @@ -24,7 +24,7 @@ pandora.ui.siteDialog = function(section) { .html( '

Pan.do/ra

' + 'open media archive' - + '

' + pandora.site.site.name + ' is based on

Pan.do/ra, ' + + '

' + pandora.site.site.name + ' is based on Pan.do/ra, ' + 'a free open source framework for media archives.

' + 'Pan.do/ra includes OxJS, a new JavaScript library for web applications.

' + 'Pan.do/ra and OxJS will be released in 2012. More soon...

'