From 42eb0192cebaf513cb42dfc6b0726b137000b47c Mon Sep 17 00:00:00 2001 From: Dennis Schafroth Date: Fri, 9 Dec 2011 13:33:05 +0100 Subject: [PATCH] Align to top line. Still missing some... layout --- www/mobile/mobile_client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/mobile/mobile_client.js b/www/mobile/mobile_client.js index ea0de77..5b96fef 100644 --- a/www/mobile/mobile_client.js +++ b/www/mobile/mobile_client.js @@ -935,7 +935,7 @@ function renderDetails_iphone(data, marker) ; details += renderLinesURL('Location', data["location"], "@name", "md-url_recipe"); - details += '
  • Back
  • '; + details += '
  • Back
  • '; if (coverimagetag.length>0) { details += renderLine(' ', coverimagetag); } -- 1.7.10.4