Explorar o código

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 %!s(int64=9) %!d(string=hai) anos
pai
achega
9ffddfdb8d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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]);