--- parser3/src/classes/image.C 2005/07/28 11:23:01 1.112 +++ parser3/src/classes/image.C 2006/04/09 13:38:46 1.114 @@ -1,11 +1,11 @@ /** @file Parser: @b image parser class. - Copyright(c) 2001-2004 ArtLebedev Group (http://www.artlebedev.com) + Copyright(c) 2001-2005 ArtLebedev Group (http://www.artlebedev.com) Author: Alexandr Petrosian (http://paf.design.ru) */ -static const char * const IDENT_IMAGE_C="$Date: 2005/07/28 11:23:01 $"; +static const char * const IDENT_IMAGE_C="$Date: 2006/04/09 13:38:46 $"; /* jpegsize: gets the width and height (in pixels) of a jpeg file @@ -757,7 +757,7 @@ static void _html(Request& r, MethodPara if(!vattribs.is_string()) // allow empty if((attribs=vattribs.get_hash())) { Attrib_info info={&tag, 0}; - attribs->for_each(append_attrib_pair, &info); + attribs->for_each(append_attrib_pair, &info); } else throw Exception("parser.runtime", 0, @@ -766,7 +766,7 @@ static void _html(Request& r, MethodPara { Attrib_info info={&tag, attribs}; - fields.for_each(append_attrib_pair, &info); + fields.for_each(append_attrib_pair, &info); } tag << " />"; r.write_pass_lang(tag);