/[groff]/groff/src/devices/grohtml/post-html.cpp
ViewVC logotype

Diff of /groff/src/devices/grohtml/post-html.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.14 by wl, Tue Nov 23 23:42:02 2004 UTC revision 1.15 by wl, Wed Nov 24 14:18:21 2004 UTC
# Line 2276  static string &generate_img_src (const c Line 2276  static string &generate_img_src (const c
2276      filename++;      filename++;
2277    }    }
2278    if (exists(filename))    if (exists(filename))
2279      *s += string("<img src=\"") + filename + "\">";      *s += string("<img src=\"") + filename + "\" "
2280              + "alt=\"Image " + filename + "\">";
2281    return *s;    return *s;
2282  }  }
2283    

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26