Преглед изворни кода

parser: space between thumbnail and text for r.colors (colortable) and d.barscale

It looks better and the text can be copied
after double click in Firefox (before image
or its alt text was copied also).


git-svn-id: https://svn.osgeo.org/grass/grass/trunk@68546 15284696-431f-4ddb-bdfa-cd5b030d7da7
Vaclav Petras пре 9 година
родитељ
комит
9ffddfdb8d
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      lib/gis/parser_html.c

+ 1 - 1
lib/gis/parser_html.c

@@ -259,7 +259,7 @@ void G__usage_html(void)
                             
                             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]);