From: Wolfram Schneider Date: Tue, 2 Dec 2008 21:34:41 +0000 (+0100) Subject: typo in detail view: Ttle -> Title X-Git-Tag: v1.1.0~67 X-Git-Url: http://sru.miketaylor.org.uk/cgi-bin?a=commitdiff_plain;h=cde18b5cd750b515e663d3373d4ea44ce67a445c;p=pazpar2-moved-to-github.git typo in detail view: Ttle -> Title --- diff --git a/www/jsdemo/example_client.js b/www/jsdemo/example_client.js index 449a362..19f21d3 100644 --- a/www/jsdemo/example_client.js +++ b/www/jsdemo/example_client.js @@ -344,7 +344,7 @@ function drawCurDetails () var recordDiv = document.getElementById('recdiv_'+data.recid); var details = ""; if (data["md-title"] != undefined) - details += 'Ttle: '+data["md-title"] + ''; + details += 'Title: '+data["md-title"] + ''; if (data["md-date"] != undefined) details += 'Date: ' + data["md-date"] + ''; if (data["md-author"] != undefined)