fix #1756 (string substitution fails on /api main page)

This commit is contained in:
rolux 2013-08-04 09:44:58 +00:00
parent 56ea685e61
commit b1a8d76e83

View file

@ -136,7 +136,7 @@ pandora.ui.apiDialog = function() {
+ ' both shorter than one hour and whose title does not' + ' both shorter than one hour and whose title does not'
+ ' start with "X" (sorted by duration, then title, both' + ' start with "X" (sorted by duration, then title, both'
+ ' in ascending order), it will return their duration,' + ' in ascending order), it will return their duration,'
+ ' id and title properties.' + ' id and title properties.</p>',
[pandora.site.site.name])) [pandora.site.site.name]))
.append( .append(
Ox.SyntaxHighlighter({ Ox.SyntaxHighlighter({