From 0768e1040327f3de2bac30f9237883446927064c Mon Sep 17 00:00:00 2001 From: mappu Date: Mon, 27 Mar 2017 20:04:53 +1300 Subject: [PATCH] remove title on text elements (fixes long-press on Fennec) --- tpl_Home.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tpl_Home.go b/tpl_Home.go index ba97d78..fa8454e 100644 --- a/tpl_Home.go +++ b/tpl_Home.go @@ -23,8 +23,8 @@ func (this *App) Serve_Homepage(w http.ResponseWriter) { case PARAMTYPE_CONST: // not configurable parameter case PARAMTYPE_STRING: - fmt.Fprintf(w, `
`, - i, hesc(param.Description), hesc(param.Description), hesc(param.Value)) + fmt.Fprintf(w, `
`, + i, hesc(param.Description), hesc(param.Value)) case PARAMTYPE_OPTIONAL: fmt.Fprintf(w, `
`, i, i, hesc(param.Description))