diff --git a/static/js/pandora/siteDialog.js b/static/js/pandora/siteDialog.js index fecd3617..caf9e1d2 100644 --- a/static/js/pandora/siteDialog.js +++ b/static/js/pandora/siteDialog.js @@ -22,12 +22,12 @@ pandora.ui.siteDialog = function(section) { } else if (id == 'software') { Ox.Element() .html( - '

Pan.do/ra

' + '

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...

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

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

' ) .appendTo($content); } else {