[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Global-commit] global/htags style.css.tmpl
From: |
Hideki IWAMOTO |
Subject: |
Re: [Global-commit] global/htags style.css.tmpl |
Date: |
Tue, 10 May 2011 19:15:18 +0900 |
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 <address@hidden> 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
> address@hidden
> https://lists.gnu.org/mailman/listinfo/global-commit
--
岩本 秀樹 <address@hidden>
- Re: [Global-commit] global/htags style.css.tmpl,
Hideki IWAMOTO <=