This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[libstdc++] quote StyleSheet attribute values


Howdy,

XML, and hence XHTML, require that attribute values be quoted.
The following patch quotes StyleSheet values in the libstdc++
documentation.

OK to commit?

Matt

2001-10-10  Matt Kraai  <kraai@alumni.carnegiemellon.edu>

	* docs/html/configopts.html: Quote StyleSheet attribute value.
	* docs/html/documentation.html: Likewise.
	* docs/html/explanations.html: Likewise.
	* docs/html/install.html: Likewise.
	* docs/html/17_intro/howto.html: Likewise.
	* docs/html/17_intro/license.html: Likewise.
	* docs/html/18_support/howto.html: Likewise.
	* docs/html/19_diagnostics/howto.html: Likewise.
	* docs/html/20_util/howto.html: Likewise.
	* docs/html/21_strings/howto.html: Likewise.
	* docs/html/22_locale/howto.html: Likewise.
	* docs/html/23_containers/howto.html: Likewise.
	* docs/html/24_iterators/howto.html: Likewise.
	* docs/html/25_algorithms/howto.html: Likewise.
	* docs/html/26_numerics/howto.html: Likewise.
	* docs/html/27_io/howto.html: Likewise.
	* docs/html/ext/howto.html: Likewise.
	* docs/html/ext/sgiexts.html: Likewise.
	* docs/html/faq/index.html: Likewise.

Index: libstdc++-v3/docs/html/configopts.html
===================================================================
RCS file: /cvs/gcc/gcc/libstdc++-v3/docs/html/configopts.html,v
retrieving revision 1.17
diff -u -r1.17 configopts.html
--- configopts.html	2001/10/09 20:17:56	1.17
+++ configopts.html	2001/10/10 17:59:42
@@ -6,7 +6,7 @@
    <meta name="DESCRIPTION" content="Configuration options for libstdc++-v3.">
    <meta name="GENERATOR" content="vi and eight fingers">
    <title>libstdc++-v3 configure options</title>
-<link rel=StyleSheet href="lib3styles.css">
+<link rel="StyleSheet" href="lib3styles.css">
 </head>
 <body>
 
Index: libstdc++-v3/docs/html/documentation.html
===================================================================
RCS file: /cvs/gcc/gcc/libstdc++-v3/docs/html/documentation.html,v
retrieving revision 1.9
diff -u -r1.9 documentation.html
--- documentation.html	2001/10/09 20:17:56	1.9
+++ documentation.html	2001/10/10 17:59:42
@@ -2,7 +2,7 @@
 <head>
  <meta name="KEYWORDS" content="libstdc++, homepage, home, g++, libg++, STL">
  <title>Standard C++ Library v3</title>
-<link rel=StyleSheet href="lib3styles.css">
+<link rel="StyleSheet" href="lib3styles.css">
 </head>
 <body>
 
Index: libstdc++-v3/docs/html/explanations.html
===================================================================
RCS file: /cvs/gcc/gcc/libstdc++-v3/docs/html/explanations.html,v
retrieving revision 1.5
diff -u -r1.5 explanations.html
--- explanations.html	2001/10/09 20:17:56	1.5
+++ explanations.html	2001/10/10 17:59:42
@@ -6,7 +6,7 @@
    <meta name="DESCRIPTION" content="Explanatory notes about libstdc++-v3.">
    <meta name="GENERATOR" content="vi and eight fingers">
    <title>Explanatory notes about libstdc++-v3 design</title>
-<link rel=StyleSheet href="lib3styles.css">
+<link rel="StyleSheet" href="lib3styles.css">
 </head>
 <body>
 
Index: libstdc++-v3/docs/html/install.html
===================================================================
RCS file: /cvs/gcc/gcc/libstdc++-v3/docs/html/install.html,v
retrieving revision 1.10
diff -u -r1.10 install.html
--- install.html	2001/10/09 20:17:56	1.10
+++ install.html	2001/10/10 17:59:42
@@ -6,7 +6,7 @@
    <meta name="DESCRIPTION" content="README for the GNU libstdc++ effort.">
    <meta name="GENERATOR" content="vi and eight fingers">
    <title>libstdc++-v3 Installation Instructions</title>
-<link rel=StyleSheet href="lib3styles.css">
+<link rel="StyleSheet" href="lib3styles.css">
 </head>
 <body>
 
Index: libstdc++-v3/docs/html/17_intro/howto.html
===================================================================
RCS file: /cvs/gcc/gcc/libstdc++-v3/docs/html/17_intro/howto.html,v
retrieving revision 1.13
diff -u -r1.13 howto.html
--- howto.html	2001/10/09 22:23:52	1.13
+++ howto.html	2001/10/10 17:59:42
@@ -7,7 +7,7 @@
    <meta name="DESCRIPTION" content="HOWTO for libstdc++ chapter 17.">
    <meta name="GENERATOR" content="vi and eight fingers">
    <title>libstdc++-v3 HOWTO:  Chapter 17</title>
-<link rel=StyleSheet href="../lib3styles.css">
+<link rel="StyleSheet" href="../lib3styles.css">
 </head>
 <body>
 
Index: libstdc++-v3/docs/html/17_intro/license.html
===================================================================
RCS file: /cvs/gcc/gcc/libstdc++-v3/docs/html/17_intro/license.html,v
retrieving revision 1.2
diff -u -r1.2 license.html
--- license.html	2001/10/09 20:17:57	1.2
+++ license.html	2001/10/10 17:59:42
@@ -7,7 +7,7 @@
    <meta name="DESCRIPTION" content="Copying restrictions for libstdc++.">
    <meta name="GENERATOR" content="vi and eight fingers">
    <title>libstdc++-v3 copying</title>
-<link rel=StyleSheet href="../lib3styles.css">
+<link rel="StyleSheet" href="../lib3styles.css">
 </head>
 <body>
 
Index: libstdc++-v3/docs/html/18_support/howto.html
===================================================================
RCS file: /cvs/gcc/gcc/libstdc++-v3/docs/html/18_support/howto.html,v
retrieving revision 1.9
diff -u -r1.9 howto.html
--- howto.html	2001/10/09 20:17:59	1.9
+++ howto.html	2001/10/10 17:59:42
@@ -7,7 +7,7 @@
    <meta name="DESCRIPTION" content="HOWTO for the libstdc++ chapter 18.">
    <meta name="GENERATOR" content="vi and eight fingers">
    <title>libstdc++-v3 HOWTO:  Chapter 18</title>
-<link rel=StyleSheet href="../lib3styles.css">
+<link rel="StyleSheet" href="../lib3styles.css">
 </head>
 <body>
 
Index: libstdc++-v3/docs/html/19_diagnostics/howto.html
===================================================================
RCS file: /cvs/gcc/gcc/libstdc++-v3/docs/html/19_diagnostics/howto.html,v
retrieving revision 1.10
diff -u -r1.10 howto.html
--- howto.html	2001/10/09 20:18:02	1.10
+++ howto.html	2001/10/10 17:59:42
@@ -7,7 +7,7 @@
    <meta name="DESCRIPTION" content="HOWTO for the libstdc++ chapter 19.">
    <meta name="GENERATOR" content="vi and eight fingers">
    <title>libstdc++-v3 HOWTO:  Chapter 19</title>
-<link rel=StyleSheet href="../lib3styles.css">
+<link rel="StyleSheet" href="../lib3styles.css">
 </head>
 <body>
 
Index: libstdc++-v3/docs/html/20_util/howto.html
===================================================================
RCS file: /cvs/gcc/gcc/libstdc++-v3/docs/html/20_util/howto.html,v
retrieving revision 1.10
diff -u -r1.10 howto.html
--- howto.html	2001/10/09 20:18:03	1.10
+++ howto.html	2001/10/10 17:59:42
@@ -7,7 +7,7 @@
    <meta name="DESCRIPTION" content="HOWTO for the libstdc++ chapter 20.">
    <meta name="GENERATOR" content="vi and eight fingers">
    <title>libstdc++-v3 HOWTO:  Chapter 20</title>
-<link rel=StyleSheet href="../lib3styles.css">
+<link rel="StyleSheet" href="../lib3styles.css">
 </head>
 <body>
 
Index: libstdc++-v3/docs/html/21_strings/howto.html
===================================================================
RCS file: /cvs/gcc/gcc/libstdc++-v3/docs/html/21_strings/howto.html,v
retrieving revision 1.8
diff -u -r1.8 howto.html
--- howto.html	2001/10/09 20:18:05	1.8
+++ howto.html	2001/10/10 17:59:42
@@ -7,7 +7,7 @@
    <meta name="DESCRIPTION" content="HOWTO for the libstdc++ chapter 21.">
    <meta name="GENERATOR" content="vi and eight fingers">
    <title>libstdc++-v3 HOWTO:  Chapter 21</title>
-<link rel=StyleSheet href="../lib3styles.css">
+<link rel="StyleSheet" href="../lib3styles.css">
 </head>
 <body>
 
Index: libstdc++-v3/docs/html/22_locale/howto.html
===================================================================
RCS file: /cvs/gcc/gcc/libstdc++-v3/docs/html/22_locale/howto.html,v
retrieving revision 1.10
diff -u -r1.10 howto.html
--- howto.html	2001/10/09 20:18:08	1.10
+++ howto.html	2001/10/10 17:59:42
@@ -7,7 +7,7 @@
    <meta name="DESCRIPTION" content="HOWTO for the libstdc++ chapter 22.">
    <meta name="GENERATOR" content="vi and eight fingers">
    <title>libstdc++-v3 HOWTO:  Chapter 22</title>
-<link rel=StyleSheet href="../lib3styles.css">
+<link rel="StyleSheet" href="../lib3styles.css">
 </head>
 <body>
 
Index: libstdc++-v3/docs/html/23_containers/howto.html
===================================================================
RCS file: /cvs/gcc/gcc/libstdc++-v3/docs/html/23_containers/howto.html,v
retrieving revision 1.14
diff -u -r1.14 howto.html
--- howto.html	2001/10/09 20:18:09	1.14
+++ howto.html	2001/10/10 17:59:43
@@ -7,7 +7,7 @@
    <meta name="DESCRIPTION" content="HOWTO for the libstdc++ chapter 23.">
    <meta name="GENERATOR" content="vi and eight fingers">
    <title>libstdc++-v3 HOWTO:  Chapter 23</title>
-<link rel=StyleSheet href="../lib3styles.css">
+<link rel="StyleSheet" href="../lib3styles.css">
 </head>
 <body>
 
Index: libstdc++-v3/docs/html/24_iterators/howto.html
===================================================================
RCS file: /cvs/gcc/gcc/libstdc++-v3/docs/html/24_iterators/howto.html,v
retrieving revision 1.8
diff -u -r1.8 howto.html
--- howto.html	2001/10/09 20:18:10	1.8
+++ howto.html	2001/10/10 17:59:43
@@ -7,7 +7,7 @@
    <meta name="DESCRIPTION" content="HOWTO for the libstdc++ chapter 24.">
    <meta name="GENERATOR" content="vi and eight fingers">
    <title>libstdc++-v3 HOWTO:  Chapter 24</title>
-<link rel=StyleSheet href="../lib3styles.css">
+<link rel="StyleSheet" href="../lib3styles.css">
 </head>
 <body>
 
Index: libstdc++-v3/docs/html/25_algorithms/howto.html
===================================================================
RCS file: /cvs/gcc/gcc/libstdc++-v3/docs/html/25_algorithms/howto.html,v
retrieving revision 1.10
diff -u -r1.10 howto.html
--- howto.html	2001/10/09 20:18:10	1.10
+++ howto.html	2001/10/10 17:59:43
@@ -7,7 +7,7 @@
    <meta name="DESCRIPTION" content="HOWTO for the libstdc++ chapter 25.">
    <meta name="GENERATOR" content="vi and eight fingers">
    <title>libstdc++-v3 HOWTO:  Chapter 25</title>
-<link rel=StyleSheet href="../lib3styles.css">
+<link rel="StyleSheet" href="../lib3styles.css">
 </head>
 <body>
 
Index: libstdc++-v3/docs/html/26_numerics/howto.html
===================================================================
RCS file: /cvs/gcc/gcc/libstdc++-v3/docs/html/26_numerics/howto.html,v
retrieving revision 1.8
diff -u -r1.8 howto.html
--- howto.html	2001/10/09 20:18:11	1.8
+++ howto.html	2001/10/10 17:59:43
@@ -7,7 +7,7 @@
    <meta name="DESCRIPTION" content="HOWTO for the libstdc++ chapter 26.">
    <meta name="GENERATOR" content="vi and eight fingers">
    <title>libstdc++-v3 HOWTO:  Chapter 26</title>
-<link rel=StyleSheet href="../lib3styles.css">
+<link rel="StyleSheet" href="../lib3styles.css">
 </head>
 <body>
 
Index: libstdc++-v3/docs/html/27_io/howto.html
===================================================================
RCS file: /cvs/gcc/gcc/libstdc++-v3/docs/html/27_io/howto.html,v
retrieving revision 1.14
diff -u -r1.14 howto.html
--- howto.html	2001/10/09 22:23:52	1.14
+++ howto.html	2001/10/10 17:59:43
@@ -7,7 +7,7 @@
    <meta name="DESCRIPTION" content="HOWTO for the libstdc++ chapter 27.">
    <meta name="GENERATOR" content="vi and eight fingers">
    <title>libstdc++-v3 HOWTO:  Chapter 27</title>
-<link rel=StyleSheet href="../lib3styles.css">
+<link rel="StyleSheet" href="../lib3styles.css">
 </head>
 <body>
 
Index: libstdc++-v3/docs/html/ext/howto.html
===================================================================
RCS file: /cvs/gcc/gcc/libstdc++-v3/docs/html/ext/howto.html,v
retrieving revision 1.11
diff -u -r1.11 howto.html
--- howto.html	2001/10/09 20:18:13	1.11
+++ howto.html	2001/10/10 17:59:43
@@ -7,7 +7,7 @@
    <meta name="DESCRIPTION" content="Notes for the libstdc++ extensions.">
    <meta name="GENERATOR" content="vi and eight fingers">
    <title>libstdc++-v3 HOWTO:  Extensions</title>
-<link rel=StyleSheet href="../lib3styles.css">
+<link rel="StyleSheet" href="../lib3styles.css">
 </head>
 <body>
 
Index: libstdc++-v3/docs/html/ext/sgiexts.html
===================================================================
RCS file: /cvs/gcc/gcc/libstdc++-v3/docs/html/ext/sgiexts.html,v
retrieving revision 1.4
diff -u -r1.4 sgiexts.html
--- sgiexts.html	2001/10/09 20:18:13	1.4
+++ sgiexts.html	2001/10/10 17:59:43
@@ -6,7 +6,7 @@
    <meta name="DESCRIPTION" content="SGI extensions preserved in libstdc++-v3.">
    <meta name="GENERATOR" content="vi and eight fingers">
    <title>SGI extensions to the library in libstdc++-v3</title>
-<link rel=StyleSheet href="lib3styles.css">
+<link rel="StyleSheet" href="lib3styles.css">
 </head>
 <body>
 
Index: libstdc++-v3/docs/html/faq/index.html
===================================================================
RCS file: /cvs/gcc/gcc/libstdc++-v3/docs/html/faq/index.html,v
retrieving revision 1.19
diff -u -r1.19 index.html
--- index.html	2001/10/09 22:23:52	1.19
+++ index.html	2001/10/10 17:59:43
@@ -4,7 +4,7 @@
    <meta name="KEYWORDS" content="libstdc++, libstdc++-v3, GCC, g++, libg++, STL">
    <meta name="DESCRIPTION" content="FAQ for the GNU libstdc++ effort.">
    <title>libstdc++-v3 FAQ</title>
-<link rel=StyleSheet href="../lib3styles.css">
+<link rel="StyleSheet" href="../lib3styles.css">
 <!-- 
   ** Locations of "the most recent snapshot is the Nth" text are 
   ** answers 1_1, 1_4, 4_1, 5_6.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]