From 500789d0eb5a1a7731146d6a8b1630a495b7af5b Mon Sep 17 00:00:00 2001 From: Sebastian Hammer Date: Tue, 20 Mar 2007 21:36:39 +0000 Subject: [PATCH] Various minor updates to increase usability. --- etc/test.pz | 2 +- www/demo/search.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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); -- 1.7.10.4