[GRASS-SVN] r70864 - grass/branches/releasebranch_7_2/lib/gis
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Apr 11 14:46:32 PDT 2017
Author: mmetz
Date: 2017-04-11 14:46:32 -0700 (Tue, 11 Apr 2017)
New Revision: 70864
Modified:
grass/branches/releasebranch_7_2/lib/gis/parser_html.c
Log:
libgis: add missing space to G__usage_html() (backport from trunk r70863)
Modified: grass/branches/releasebranch_7_2/lib/gis/parser_html.c
===================================================================
--- grass/branches/releasebranch_7_2/lib/gis/parser_html.c 2017-04-11 21:43:27 UTC (rev 70863)
+++ grass/branches/releasebranch_7_2/lib/gis/parser_html.c 2017-04-11 21:46:32 UTC (rev 70864)
@@ -262,7 +262,7 @@
if (thumbnails)
fprintf(stdout, "<img height=\"12\" "
- "style=\"max-width: 80;\""
+ "style=\"max-width: 80;\" "
"src=\"%s/%s.png\" alt=\"%s\"> ",
thumbnails, opt->opts[i], opt->opts[i]);
}
More information about the grass-commit
mailing list