Hi. > Log message: > Removed unused classes.
This seems to be a mistake. htags/common.c still contains the following code. 748 /* 749 * In XHTML, alignment is defined in the file 'style.css'. 750 */ 751 if (enable_xhtml) 752 strbuf_sprintf(sb, "<div class='%s'>", align); 753 else 754 strbuf_sprintf(sb, "<div align='%s'>", align); On Mon, 09 May 2011 13:34:40 +0000 Shigio YAMAGUCHI <[email protected]> wrote: > CVSROOT: /sources/global > Module name: global > Changes by: Shigio YAMAGUCHI <shigio> 11/05/09 13:34:40 > > Modified files: > htags : style.css.tmpl > > Log message: > Removed unused classes. > > CVSWeb URLs: > http://cvs.savannah.gnu.org/viewcvs/global/htags/style.css.tmpl?cvsroot=global&r1=1.1&r2=1.2 > > _______________________________________________ > Global-commit mailing list > [email protected] > https://lists.gnu.org/mailman/listinfo/global-commit -- 岩本 秀樹 <[email protected]> _______________________________________________ Bug-global mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-global
