From cd4dd9420a2dcd561b20a6cf13d8ad050a7dba0b Mon Sep 17 00:00:00 2001 From: Dennis Schafroth Date: Thu, 24 Nov 2011 10:11:01 +0100 Subject: [PATCH] Removed Arrow on list elements --- www/iphone/example_client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]; -- 1.7.10.4