X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=www%2Fdemo%2Fsearch.js;fp=www%2Fdemo%2Fsearch.js;h=88ab5872d131b0dec71a72ccc6f7aaa7e4458fdc;hb=500789d0eb5a1a7731146d6a8b1630a495b7af5b;hp=55445f75a6c3fb9d115fdb6fff05be54cbc9dc19;hpb=0325d24960a166fb6ffdee4b7c8dc04bcaa84495;p=pazpar2-moved-to-github.git diff --git a/www/demo/search.js b/www/demo/search.js index 55445f7..88ab587 100644 --- a/www/demo/search.js +++ b/www/demo/search.js @@ -1,4 +1,4 @@ -/* $Id: search.js,v 1.51 2007-03-20 05:34:00 quinn Exp $ +/* $Id: search.js,v 1.52 2007-03-20 21:36:39 quinn Exp $ * --------------------------------------------------- * Javascript container */ @@ -525,7 +525,7 @@ function show_records() record_div.appendChild(record_cell); if (author) { - record_div.appendChild(document.createTextNode(', by ')); + record_div.appendChild(document.createTextNode(' by ')); var al = create_element('a', author); al.setAttribute('href', '#'); al.setAttribute('term', author);