groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Groff-commit] groff ChangeLog tmac/www.tmac


From: Werner LEMBERG
Subject: [Groff-commit] groff ChangeLog tmac/www.tmac
Date: Tue, 30 Dec 2008 09:05:57 +0000

CVSROOT:        /cvsroot/groff
Module name:    groff
Changes by:     Werner LEMBERG <wl>     08/12/30 09:05:57

Modified files:
        .              : ChangeLog 
        tmac           : www.tmac 

Log message:
        Fix more quoting issues.
        
        * tmac/www.tmac (BCL, BGIMG, PIMG, MPIMG, LNS): For the sake of
        XHTML, quote more arguments.
        (IMG): Fix quoting.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/groff/ChangeLog?cvsroot=groff&r1=1.1165&r2=1.1166
http://cvs.savannah.gnu.org/viewcvs/groff/tmac/www.tmac?cvsroot=groff&r1=1.57&r2=1.58

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/groff/groff/ChangeLog,v
retrieving revision 1.1165
retrieving revision 1.1166
diff -u -b -r1.1165 -r1.1166
--- ChangeLog   30 Dec 2008 08:15:40 -0000      1.1165
+++ ChangeLog   30 Dec 2008 09:05:56 -0000      1.1166
@@ -1,5 +1,13 @@
 2008-12-30  Werner LEMBERG  <address@hidden>
 
+       Fix more quoting issues.
+
+       * tmac/www.tmac (BCL, BGIMG, PIMG, MPIMG, LNS): For the sake of
+       XHTML, quote more arguments.
+       (IMG): Fix quoting.
+
+2008-12-30  Werner LEMBERG  <address@hidden>
+
        Fix quoting issues in www.tmac.
 
        * tmac/www.tmac (www:url_breaks_splitted): Renamed to...

Index: tmac/www.tmac
===================================================================
RCS file: /cvsroot/groff/groff/tmac/www.tmac,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -b -r1.57 -r1.58
--- tmac/www.tmac       30 Dec 2008 08:15:41 -0000      1.57
+++ tmac/www.tmac       30 Dec 2008 09:05:57 -0000      1.58
@@ -343,18 +343,18 @@
 .\" BCL foreground background active not-visited visited
 .\"
 .de BCL
-.  HTML <body text=\\$1 \
-              bgcolor=\\$2 \
-              link=\\$3 \
-              alink=\\$4 \
-              vlink=\\$5>
+.  HTML <body "text=""\\$1""" \
+              "bgcolor=""\\$2""" \
+              "link=""\\$3""" \
+              "alink=""\\$4""" \
+              "vlink=""\\$5"">"
 ..
 .
 .\" --------------------------------------------------------------------
 .\" BGIMG imagefile
 .\"
 .de BGIMG
-.  HTML <body background=\\$1>
+.  HTML <body "background=""\\$1"">"
 ..
 .
 .\" www:url_check_tag str
@@ -540,7 +540,8 @@
 .    nr www-height \\n[www-width]
 .    if !'\\$4'' \
 .      nr www-height \\$4
-.    HTML <img src="\\$1" alt="Image \\$1" \
+.    HTML <img "src=""\\$1""" \
+               "alt=""Image \\$1""" \
            "width=""\\n[www-width]""" \
            "height=""\\n[www-height]""\\*[www->]"
 .  \}
@@ -575,11 +576,11 @@
 .    shift
 .
 .  ie \\n[www-html] \{\
-.    ds www-htmlalign align=center\"
+.    ds www-htmlalign align="center"\"
 .    if '\\*[www-pic-align]'-R' \
-.      ds www-htmlalign align=right\"
+.      ds www-htmlalign align="right"\"
 .    if '\\*[www-pic-align]'-L' \
-.      ds www-htmlalign align=left\"
+.      ds www-htmlalign align="left"\"
 .    nr www-width 0
 .    nr www-height 0
 .    if !'\\$2'' \
@@ -798,13 +799,13 @@
 .      HTML <img "src=""\\$1""" \
                  "alt=""Image \\$1""" \
                  "hspace=""\\n[www-htmlimage-gap]""" \
-                 align=right \
+                 "align=""right""" \
                  "\\*[www-size-specs]\\*[www->]"
 .    el \
 .      HTML <img "src=""\\$1""" \
                  "alt=""Image \\$1""" \
                  "hspace=""\\n[www-htmlimage-gap]""" \
-                 align=left \
+                 "align=""left""" \
                  "\\*[www-size-specs]\\*[www->]"
 .  \}
 .  el \{\
@@ -1444,11 +1445,11 @@
 .\" LNS - left navigation start
 .\"
 .de LNS
-.  HTML</p> <table><tr><td valign=top \
+.  HTML</p> <table><tr><td "valign=""top""" \
                            "width=""\\n[www-nav-width-left]%""" \
                            "bgcolor=""\\*[www-nav-colour]"">"
 .  LK
-.  HTML</p> </td><td valign=top \
+.  HTML</p> </td><td "valign=""top""" \
                      "width=""\\n[www-nav-width-right]%"">"
 .  nr SH-open 1
 ..




reply via email to

[Prev in Thread] Current Thread [Next in Thread]