projects
/
pazpar2-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
480d954
)
typo in detail view: Ttle -> Title
author
Wolfram Schneider
<wosch@indexdata.dk>
Tue, 2 Dec 2008 21:34:41 +0000
(22:34 +0100)
committer
Wolfram Schneider
<wosch@indexdata.dk>
Tue, 2 Dec 2008 21:34:41 +0000
(22:34 +0100)
www/jsdemo/example_client.js
patch
|
blob
|
history
diff --git
a/www/jsdemo/example_client.js
b/www/jsdemo/example_client.js
index
449a362
..
19f21d3
100644
(file)
--- 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 += '<tr><td><b>Ttle</b></td><td><b>:</b> '+data["md-title"] + '</td></tr>';
+ details += '<tr><td><b>Title</b></td><td><b>:</b> '+data["md-title"] + '</td></tr>';
if (data["md-date"] != undefined)
details += '<tr><td><b>Date</b></td><td><b>:</b> ' + data["md-date"] + '</td></tr>';
if (data["md-author"] != undefined)