From: Sebastian Hammer Date: Tue, 20 Mar 2007 21:36:39 +0000 (+0000) Subject: Various minor updates to increase usability. X-Git-Tag: stable.27032007~10 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=500789d0eb5a1a7731146d6a8b1630a495b7af5b;p=pazpar2-moved-to-github.git Various minor updates to increase usability. --- diff --git a/etc/test.pz b/etc/test.pz index 0fb10c8..220ed87 100644 --- a/etc/test.pz +++ b/etc/test.pz @@ -1 +1 @@ -target localhost:9999/Default +target localhost:9999/Default;Test Target 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);