[GRASS-SVN] r68914 - grass/branches/releasebranch_7_2/lib/gis
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Jul 9 12:29:43 PDT 2016
Author: wenzeslaus
Date: 2016-07-09 12:29:43 -0700 (Sat, 09 Jul 2016)
New Revision: 68914
Modified:
grass/branches/releasebranch_7_2/lib/gis/parser_html.c
Log:
parser: space after thumbnail of color table and scale bar (backport r68546)
Modified: grass/branches/releasebranch_7_2/lib/gis/parser_html.c
===================================================================
--- grass/branches/releasebranch_7_2/lib/gis/parser_html.c 2016-07-09 19:13:07 UTC (rev 68913)
+++ grass/branches/releasebranch_7_2/lib/gis/parser_html.c 2016-07-09 19:29:43 UTC (rev 68914)
@@ -259,7 +259,7 @@
if (thumbnails)
fprintf(stdout, "<img width=\"80\" height=\"12\" "
- "src=\"%s/%s.png\" alt=\"%s\">",
+ "src=\"%s/%s.png\" alt=\"%s\"> ",
thumbnails, opt->opts[i], opt->opts[i]);
}
print_escaped_for_html(stdout, opt->opts[i]);
More information about the grass-commit
mailing list