From: Dennis Schafroth Date: Thu, 24 Nov 2011 09:11:01 +0000 (+0100) Subject: Removed Arrow on list elements X-Git-Tag: v1.6.6~16 X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=commitdiff_plain;h=cd4dd9420a2dcd561b20a6cf13d8ad050a7dba0b;p=pazpar2-moved-to-github.git Removed Arrow on list elements --- diff --git a/www/iphone/example_client.js b/www/iphone/example_client.js index 68ad93e..f2c538a 100644 --- a/www/iphone/example_client.js +++ b/www/iphone/example_client.js @@ -233,7 +233,7 @@ function my_onshow(data) { var lines = 0; if (i == recToShow) style = ' style="display:none" '; - html.push('
  • ' ); + html.push('
  • ' ); html.push(''); if (1) { var useThumbnails = hit["md-use_thumbnails"];