1 |
diff --git a/templates/ar/archidxhead.html b/templates/ar/archidxhead.html |
2 |
index 6fa5540..8d268bf 100755 |
3 |
--- a/templates/ar/archidxhead.html |
4 |
+++ b/templates/ar/archidxhead.html |
5 |
@@ -1,4 +1,4 @@ |
6 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
7 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
8 |
<html dir="rtl"> |
9 |
<HEAD> |
10 |
<title>أرشÙÙ %(archive)s اÙخاص باÙÙائÙ
Ø© %(listname)s Øسب %(archtype)s</title> |
11 |
diff --git a/templates/ar/archtoc.html b/templates/ar/archtoc.html |
12 |
index 969d4d7..e7a23c4 100755 |
13 |
--- a/templates/ar/archtoc.html |
14 |
+++ b/templates/ar/archtoc.html |
15 |
@@ -1,4 +1,4 @@ |
16 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
17 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
18 |
<html dir="rtl"> |
19 |
<HEAD> |
20 |
<title>أرشÙÙات اÙÙائÙ
Ø© %(listname)s</title> |
21 |
diff --git a/templates/ar/archtocnombox.html b/templates/ar/archtocnombox.html |
22 |
index 6d0c906..80d5386 100755 |
23 |
--- a/templates/ar/archtocnombox.html |
24 |
+++ b/templates/ar/archtocnombox.html |
25 |
@@ -1,4 +1,4 @@ |
26 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
27 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
28 |
<html dir="rtl"> |
29 |
<HEAD> |
30 |
<title>أرشÙÙات اÙÙائÙ
Ø© %(listname)s</title> |
31 |
diff --git a/templates/ar/article.html b/templates/ar/article.html |
32 |
index 9701a6c..217244a 100755 |
33 |
--- a/templates/ar/article.html |
34 |
+++ b/templates/ar/article.html |
35 |
@@ -1,4 +1,4 @@ |
36 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
37 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
38 |
<html dir="rtl"> |
39 |
<HEAD> |
40 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
41 |
@@ -7,6 +7,11 @@ |
42 |
<LINK REL="Index" HREF="index.html" > |
43 |
<LINK REL="made" HREF="mailto:%(email_url)s?Subject=%(subject_url)s&In-Reply-To=%(in_reply_to_url)s"> |
44 |
<META NAME="robots" CONTENT="index,nofollow"> |
45 |
+ <style type="text/css"> |
46 |
+ pre { |
47 |
+ white-space: pre-wrap; /* css-2.1, curent FF, Opera, Safari */ |
48 |
+ } |
49 |
+ </style> |
50 |
%(encoding)s |
51 |
%(prev)s |
52 |
%(next)s |
53 |
diff --git a/templates/ar/emptyarchive.html b/templates/ar/emptyarchive.html |
54 |
index 1c02136..c461fde 100755 |
55 |
--- a/templates/ar/emptyarchive.html |
56 |
+++ b/templates/ar/emptyarchive.html |
57 |
@@ -1,4 +1,4 @@ |
58 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
59 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
60 |
<html dir="rtl"> |
61 |
<HEAD> |
62 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
63 |
diff --git a/templates/ca/archidxhead.html b/templates/ca/archidxhead.html |
64 |
index 0ca142d..f5d2edd 100644 |
65 |
--- a/templates/ca/archidxhead.html |
66 |
+++ b/templates/ca/archidxhead.html |
67 |
@@ -1,4 +1,4 @@ |
68 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
69 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
70 |
<HTML> |
71 |
<HEAD> |
72 |
<title>L'arxiu de %(archive)s de la llista %(listname)s per %(archtype)s</title> |
73 |
diff --git a/templates/ca/archtoc.html b/templates/ca/archtoc.html |
74 |
index e399a32..e2e43c5 100644 |
75 |
--- a/templates/ca/archtoc.html |
76 |
+++ b/templates/ca/archtoc.html |
77 |
@@ -1,4 +1,4 @@ |
78 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
79 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
80 |
<HTML> |
81 |
<HEAD> |
82 |
<title>Els arxius de la llista %(listname)s</title> |
83 |
diff --git a/templates/ca/archtocnombox.html b/templates/ca/archtocnombox.html |
84 |
index fe76f17..32eb992 100644 |
85 |
--- a/templates/ca/archtocnombox.html |
86 |
+++ b/templates/ca/archtocnombox.html |
87 |
@@ -1,4 +1,4 @@ |
88 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
89 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
90 |
<HTML> |
91 |
<HEAD> |
92 |
<title>Els arxius de la llista %(listname)s</title> |
93 |
diff --git a/templates/ca/article.html b/templates/ca/article.html |
94 |
index b82351d..a946d4b 100644 |
95 |
--- a/templates/ca/article.html |
96 |
+++ b/templates/ca/article.html |
97 |
@@ -1,4 +1,4 @@ |
98 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
99 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
100 |
<HTML> |
101 |
<HEAD> |
102 |
<TITLE> %(title)s |
103 |
@@ -6,6 +6,11 @@ |
104 |
<LINK REL="Index" HREF="index.html" > |
105 |
<LINK REL="made" HREF="mailto:%(email_url)s?Subject=%(subject_url)s&In-Reply-To=%(in_reply_to_url)s"> |
106 |
<META NAME="robots" CONTENT="index,nofollow"> |
107 |
+ <style type="text/css"> |
108 |
+ pre { |
109 |
+ white-space: pre-wrap; /* css-2.1, curent FF, Opera, Safari */ |
110 |
+ } |
111 |
+ </style> |
112 |
%(encoding)s |
113 |
%(prev)s |
114 |
%(next)s |
115 |
diff --git a/templates/ca/emptyarchive.html b/templates/ca/emptyarchive.html |
116 |
index 4326c00..fa0b8a5 100644 |
117 |
--- a/templates/ca/emptyarchive.html |
118 |
+++ b/templates/ca/emptyarchive.html |
119 |
@@ -1,4 +1,4 @@ |
120 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
121 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
122 |
<HTML> |
123 |
<HEAD> |
124 |
<title>Arxius de la llista %(listname)s</title> |
125 |
diff --git a/templates/cs/archidxhead.html b/templates/cs/archidxhead.html |
126 |
index 462e5bb..2b0dd82 100644 |
127 |
--- a/templates/cs/archidxhead.html |
128 |
+++ b/templates/cs/archidxhead.html |
129 |
@@ -1,4 +1,4 @@ |
130 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
131 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
132 |
<HTML> |
133 |
<HEAD> |
134 |
<title>Konference %(listname)s %(archive)s Archiv po %(archtype)s</title> |
135 |
diff --git a/templates/cs/archtoc.html b/templates/cs/archtoc.html |
136 |
index d82c147..9336000 100644 |
137 |
--- a/templates/cs/archtoc.html |
138 |
+++ b/templates/cs/archtoc.html |
139 |
@@ -1,4 +1,4 @@ |
140 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
141 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
142 |
<HTML> |
143 |
<HEAD> |
144 |
<title>Archiv konference %(listname)s</title> |
145 |
diff --git a/templates/cs/archtocnombox.html b/templates/cs/archtocnombox.html |
146 |
index d5b1d38..34a9cf4 100644 |
147 |
--- a/templates/cs/archtocnombox.html |
148 |
+++ b/templates/cs/archtocnombox.html |
149 |
@@ -1,4 +1,4 @@ |
150 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
151 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
152 |
<HTML> |
153 |
<HEAD> |
154 |
<title>Archiv konference %(listname)s</title> |
155 |
diff --git a/templates/cs/article.html b/templates/cs/article.html |
156 |
index 84c674c..5fa5162 100644 |
157 |
--- a/templates/cs/article.html |
158 |
+++ b/templates/cs/article.html |
159 |
@@ -1,4 +1,4 @@ |
160 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
161 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
162 |
<HTML> |
163 |
<HEAD> |
164 |
<TITLE> %(title)s |
165 |
@@ -6,6 +6,11 @@ |
166 |
<LINK REL="Index" HREF="index.html" > |
167 |
<LINK REL="made" HREF="mailto:%(email_url)s?Subject=%(subject_url)s&In-Reply-To=%(in_reply_to_url)s"> |
168 |
<META NAME="robots" CONTENT="index,nofollow"> |
169 |
+ <style type="text/css"> |
170 |
+ pre { |
171 |
+ white-space: pre-wrap; /* css-2.1, curent FF, Opera, Safari */ |
172 |
+ } |
173 |
+ </style> |
174 |
%(encoding)s |
175 |
%(prev)s |
176 |
%(next)s |
177 |
diff --git a/templates/cs/emptyarchive.html b/templates/cs/emptyarchive.html |
178 |
index 61ea2e7..2162735 100644 |
179 |
--- a/templates/cs/emptyarchive.html |
180 |
+++ b/templates/cs/emptyarchive.html |
181 |
@@ -1,4 +1,4 @@ |
182 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
183 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
184 |
<HTML> |
185 |
<HEAD> |
186 |
<title>Archiv konference %(listname)s</title> |
187 |
diff --git a/templates/da/archidxhead.html b/templates/da/archidxhead.html |
188 |
index c7f66a2..162bcd9 100644 |
189 |
--- a/templates/da/archidxhead.html |
190 |
+++ b/templates/da/archidxhead.html |
191 |
@@ -1,4 +1,4 @@ |
192 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
193 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
194 |
<HTML> |
195 |
<HEAD> |
196 |
<title>%(listname)s arkivet for %(archive)s sorteret efter %(archtype)s</title> |
197 |
diff --git a/templates/da/archtoc.html b/templates/da/archtoc.html |
198 |
index 0892a06..a5dcda6 100644 |
199 |
--- a/templates/da/archtoc.html |
200 |
+++ b/templates/da/archtoc.html |
201 |
@@ -1,4 +1,4 @@ |
202 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
203 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
204 |
<HTML> |
205 |
<HEAD> |
206 |
<title>%(listname)s arkiv</title> |
207 |
diff --git a/templates/da/archtocnombox.html b/templates/da/archtocnombox.html |
208 |
index 0c86bd8..756f9e1 100644 |
209 |
--- a/templates/da/archtocnombox.html |
210 |
+++ b/templates/da/archtocnombox.html |
211 |
@@ -1,4 +1,4 @@ |
212 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
213 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
214 |
<HTML> |
215 |
<HEAD> |
216 |
<title>%(listname)s arkiv</title> |
217 |
diff --git a/templates/da/article.html b/templates/da/article.html |
218 |
index 512471e..6a69904 100644 |
219 |
--- a/templates/da/article.html |
220 |
+++ b/templates/da/article.html |
221 |
@@ -1,4 +1,4 @@ |
222 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
223 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
224 |
<HTML> |
225 |
<HEAD> |
226 |
<TITLE> %(title)s |
227 |
@@ -6,6 +6,11 @@ |
228 |
<LINK REL="Index" HREF="index.html" > |
229 |
<LINK REL="made" HREF="mailto:%(email_url)s?Subject=%(subject_url)s&In-Reply-To=%(in_reply_to_url)s"> |
230 |
<META NAME="robots" CONTENT="index,nofollow"> |
231 |
+ <style type="text/css"> |
232 |
+ pre { |
233 |
+ white-space: pre-wrap; /* css-2.1, curent FF, Opera, Safari */ |
234 |
+ } |
235 |
+ </style> |
236 |
%(encoding)s |
237 |
%(prev)s |
238 |
%(next)s |
239 |
diff --git a/templates/da/emptyarchive.html b/templates/da/emptyarchive.html |
240 |
index c853084..50ec9f4 100644 |
241 |
--- a/templates/da/emptyarchive.html |
242 |
+++ b/templates/da/emptyarchive.html |
243 |
@@ -1,4 +1,4 @@ |
244 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
245 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
246 |
<HTML> |
247 |
<HEAD> |
248 |
<title>Arkiv for maillisten %(listname)s</title> |
249 |
diff --git a/templates/de/article.html b/templates/de/article.html |
250 |
index 849e4e7..63d0a84 100644 |
251 |
--- a/templates/de/article.html |
252 |
+++ b/templates/de/article.html |
253 |
@@ -1,4 +1,4 @@ |
254 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
255 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
256 |
<HTML> |
257 |
<HEAD> |
258 |
<TITLE> %(title)s |
259 |
@@ -6,6 +6,11 @@ |
260 |
<LINK REL="Index" HREF="index.html" > |
261 |
<LINK REL="made" HREF="mailto:%(email_url)s?Subject=%(subject_url)s&In-Reply-To=%(in_reply_to_url)s"> |
262 |
<META NAME="robots" CONTENT="index,nofollow"> |
263 |
+ <style type="text/css"> |
264 |
+ pre { |
265 |
+ white-space: pre-wrap; /* css-2.1, curent FF, Opera, Safari */ |
266 |
+ } |
267 |
+ </style> |
268 |
%(encoding)s |
269 |
%(prev)s |
270 |
%(next)s |
271 |
diff --git a/templates/en/archidxhead.html b/templates/en/archidxhead.html |
272 |
index 4fdf473..2227dfd 100644 |
273 |
--- a/templates/en/archidxhead.html |
274 |
+++ b/templates/en/archidxhead.html |
275 |
@@ -1,4 +1,4 @@ |
276 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
277 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
278 |
<HTML> |
279 |
<HEAD> |
280 |
<title>The %(listname)s %(archive)s Archive by %(archtype)s</title> |
281 |
diff --git a/templates/en/archtoc.html b/templates/en/archtoc.html |
282 |
index 6969d51..32ecb71 100644 |
283 |
--- a/templates/en/archtoc.html |
284 |
+++ b/templates/en/archtoc.html |
285 |
@@ -1,4 +1,4 @@ |
286 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
287 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
288 |
<HTML> |
289 |
<HEAD> |
290 |
<title>The %(listname)s Archives</title> |
291 |
diff --git a/templates/en/archtocnombox.html b/templates/en/archtocnombox.html |
292 |
index 0b1239e..e2c5b3d 100644 |
293 |
--- a/templates/en/archtocnombox.html |
294 |
+++ b/templates/en/archtocnombox.html |
295 |
@@ -1,4 +1,4 @@ |
296 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
297 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
298 |
<HTML> |
299 |
<HEAD> |
300 |
<title>The %(listname)s Archives</title> |
301 |
diff --git a/templates/en/article.html b/templates/en/article.html |
302 |
index 57f2831..d82a477 100644 |
303 |
--- a/templates/en/article.html |
304 |
+++ b/templates/en/article.html |
305 |
@@ -1,4 +1,4 @@ |
306 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
307 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
308 |
<HTML> |
309 |
<HEAD> |
310 |
<TITLE> %(title)s |
311 |
@@ -6,6 +6,11 @@ |
312 |
<LINK REL="Index" HREF="index.html" > |
313 |
<LINK REL="made" HREF="mailto:%(email_url)s?Subject=Re:%%20%(subject_url)s&In-Reply-To=%(in_reply_to_url)s"> |
314 |
<META NAME="robots" CONTENT="index,nofollow"> |
315 |
+ <style type="text/css"> |
316 |
+ pre { |
317 |
+ white-space: pre-wrap; /* css-2.1, curent FF, Opera, Safari */ |
318 |
+ } |
319 |
+ </style> |
320 |
%(encoding)s |
321 |
%(prev)s |
322 |
%(next)s |
323 |
diff --git a/templates/en/emptyarchive.html b/templates/en/emptyarchive.html |
324 |
index 2f10766..8585a32 100644 |
325 |
--- a/templates/en/emptyarchive.html |
326 |
+++ b/templates/en/emptyarchive.html |
327 |
@@ -1,4 +1,4 @@ |
328 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
329 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
330 |
<HTML> |
331 |
<HEAD> |
332 |
<title>The %(listname)s Archives</title> |
333 |
diff --git a/templates/es/archidxhead.html b/templates/es/archidxhead.html |
334 |
index 8f1be27..eb7ad76 100644 |
335 |
--- a/templates/es/archidxhead.html |
336 |
+++ b/templates/es/archidxhead.html |
337 |
@@ -1,4 +1,4 @@ |
338 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
339 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
340 |
<HTML> |
341 |
<HEAD> |
342 |
<title>Archivos de %(listname)s %(archive)s por %(archtype)s</title> |
343 |
diff --git a/templates/es/archtoc.html b/templates/es/archtoc.html |
344 |
index 7559a8e..8c9d25b 100644 |
345 |
--- a/templates/es/archtoc.html |
346 |
+++ b/templates/es/archtoc.html |
347 |
@@ -1,4 +1,4 @@ |
348 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
349 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
350 |
<HTML> |
351 |
<HEAD> |
352 |
<title>Archivos de %(listname)s</title> |
353 |
diff --git a/templates/es/archtocnombox.html b/templates/es/archtocnombox.html |
354 |
index 20cdb56..0de1160 100644 |
355 |
--- a/templates/es/archtocnombox.html |
356 |
+++ b/templates/es/archtocnombox.html |
357 |
@@ -1,4 +1,4 @@ |
358 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
359 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
360 |
<HTML> |
361 |
<HEAD> |
362 |
<title>Archivos de %(listname)s</title> |
363 |
diff --git a/templates/es/article.html b/templates/es/article.html |
364 |
index 318a89a..45cd75b 100644 |
365 |
--- a/templates/es/article.html |
366 |
+++ b/templates/es/article.html |
367 |
@@ -1,4 +1,4 @@ |
368 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
369 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
370 |
<HTML> |
371 |
<HEAD> |
372 |
<TITLE> %(title)s |
373 |
@@ -6,6 +6,11 @@ |
374 |
<LINK REL="Index" HREF="index.html" > |
375 |
<LINK REL="made" HREF="mailto:%(email_url)s?Subject=%(subject_url)s&In-Reply-To=%(in_reply_to_url)s"> |
376 |
<META NAME="robots" CONTENT="index,nofollow"> |
377 |
+ <style type="text/css"> |
378 |
+ pre { |
379 |
+ white-space: pre-wrap; /* css-2.1, curent FF, Opera, Safari */ |
380 |
+ } |
381 |
+ </style> |
382 |
%(encoding)s |
383 |
%(prev)s |
384 |
%(next)s |
385 |
diff --git a/templates/es/emptyarchive.html b/templates/es/emptyarchive.html |
386 |
index 0f294e5..0d4ee67 100644 |
387 |
--- a/templates/es/emptyarchive.html |
388 |
+++ b/templates/es/emptyarchive.html |
389 |
@@ -1,4 +1,4 @@ |
390 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
391 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
392 |
<HTML> |
393 |
<HEAD> |
394 |
<title>Archivo de la lista %(listname)s</title> |
395 |
diff --git a/templates/et/article.html b/templates/et/article.html |
396 |
index 2378bc8..a7a23be 100644 |
397 |
--- a/templates/et/article.html |
398 |
+++ b/templates/et/article.html |
399 |
@@ -1,4 +1,4 @@ |
400 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
401 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
402 |
<HTML> |
403 |
<HEAD> |
404 |
<TITLE> %(title)s |
405 |
@@ -6,6 +6,11 @@ |
406 |
<LINK REL="Index" HREF="index.html" > |
407 |
<LINK REL="made" HREF="mailto:%(email_url)s?Subject=%(subject_url)s&In-Reply-To=%(in_reply_to_url)s"> |
408 |
<META NAME="robots" CONTENT="index,nofollow"> |
409 |
+ <style type="text/css"> |
410 |
+ pre { |
411 |
+ white-space: pre-wrap; /* css-2.1, curent FF, Opera, Safari */ |
412 |
+ } |
413 |
+ </style> |
414 |
%(encoding)s |
415 |
%(prev)s |
416 |
%(next)s |
417 |
diff --git a/templates/et/emptyarchive.html b/templates/et/emptyarchive.html |
418 |
index d274535..c4b66ff 100644 |
419 |
--- a/templates/et/emptyarchive.html |
420 |
+++ b/templates/et/emptyarchive.html |
421 |
@@ -1,4 +1,4 @@ |
422 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
423 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
424 |
<HTML> |
425 |
<HEAD> |
426 |
<title>%(listname)s listi arhiiv</title> |
427 |
diff --git a/templates/eu/archidxhead.html b/templates/eu/archidxhead.html |
428 |
index c0992e7..180a898 100644 |
429 |
--- a/templates/eu/archidxhead.html |
430 |
+++ b/templates/eu/archidxhead.html |
431 |
@@ -1,4 +1,4 @@ |
432 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
433 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
434 |
<HTML> |
435 |
<HEAD> |
436 |
<title>%(listname)s %(archive)s Izeneko Artxiboa.</title> |
437 |
diff --git a/templates/eu/archtoc.html b/templates/eu/archtoc.html |
438 |
index 3f87cca..80287a9 100644 |
439 |
--- a/templates/eu/archtoc.html |
440 |
+++ b/templates/eu/archtoc.html |
441 |
@@ -1,4 +1,4 @@ |
442 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
443 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
444 |
<HTML> |
445 |
<HEAD> |
446 |
<title>%(listname)s Zerrendako Artxiboak</title> |
447 |
diff --git a/templates/eu/article.html b/templates/eu/article.html |
448 |
index 535cec9..c1cab2a 100644 |
449 |
--- a/templates/eu/article.html |
450 |
+++ b/templates/eu/article.html |
451 |
@@ -1,4 +1,4 @@ |
452 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
453 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
454 |
<HTML> |
455 |
<HEAD> |
456 |
<TITLE> %(title)s |
457 |
@@ -6,6 +6,11 @@ |
458 |
<LINK REL="Index" HREF="index.html" > |
459 |
<LINK REL="made" HREF="mailto:%(email_url)s?Subject=%(subject_url)s&In-Reply-To=%(in_reply_to_url)s"> |
460 |
<META NAME="robots" CONTENT="index,nofollow"> |
461 |
+ <style type="text/css"> |
462 |
+ pre { |
463 |
+ white-space: pre-wrap; /* css-2.1, curent FF, Opera, Safari */ |
464 |
+ } |
465 |
+ </style> |
466 |
%(encoding)s |
467 |
%(prev)s |
468 |
%(next)s |
469 |
diff --git a/templates/eu/emptyarchive.html b/templates/eu/emptyarchive.html |
470 |
index 7da69d9..7ab7bac 100644 |
471 |
--- a/templates/eu/emptyarchive.html |
472 |
+++ b/templates/eu/emptyarchive.html |
473 |
@@ -1,4 +1,4 @@ |
474 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
475 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
476 |
<HTML> |
477 |
<HEAD> |
478 |
<title>%(listname)s Zerrendako Artxiboak</title> |
479 |
diff --git a/templates/fi/article.html b/templates/fi/article.html |
480 |
index 14635df..40f6fda 100644 |
481 |
--- a/templates/fi/article.html |
482 |
+++ b/templates/fi/article.html |
483 |
@@ -1,4 +1,4 @@ |
484 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
485 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
486 |
<!-- Added by stephane de Larusse --> |
487 |
<HTML> |
488 |
<HEAD> |
489 |
@@ -7,6 +7,11 @@ |
490 |
<LINK REL="Index" HREF="index.html" > |
491 |
<LINK REL="made" HREF="mailto:%(email_url)s"> |
492 |
<META NAME="robots" CONTENT="index,nofollow"> |
493 |
+ <style type="text/css"> |
494 |
+ pre { |
495 |
+ white-space: pre-wrap; /* css-2.1, curent FF, Opera, Safari */ |
496 |
+ } |
497 |
+ </style> |
498 |
%(encoding)s |
499 |
%(prev)s |
500 |
%(next)s |
501 |
diff --git a/templates/fr/archtoc.html b/templates/fr/archtoc.html |
502 |
index bc9dbd2..0a4b153 100644 |
503 |
--- a/templates/fr/archtoc.html |
504 |
+++ b/templates/fr/archtoc.html |
505 |
@@ -1,4 +1,4 @@ |
506 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
507 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
508 |
<html> |
509 |
<head> |
510 |
<title>Les Archives de %(listname)s</title> |
511 |
diff --git a/templates/fr/archtocnombox.html b/templates/fr/archtocnombox.html |
512 |
index 64422b5..19fe109 100644 |
513 |
--- a/templates/fr/archtocnombox.html |
514 |
+++ b/templates/fr/archtocnombox.html |
515 |
@@ -1,4 +1,4 @@ |
516 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
517 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
518 |
<HTML> |
519 |
<HEAD> |
520 |
<title>Les Archives de %(listname)s</title> |
521 |
diff --git a/templates/fr/article.html b/templates/fr/article.html |
522 |
index 94aefa5..ce2ea95 100644 |
523 |
--- a/templates/fr/article.html |
524 |
+++ b/templates/fr/article.html |
525 |
@@ -1,4 +1,4 @@ |
526 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
527 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
528 |
<HTML> |
529 |
<HEAD> |
530 |
<TITLE> %(title)s |
531 |
@@ -6,6 +6,11 @@ |
532 |
<LINK REL="Index" HREF="index.html" > |
533 |
<LINK REL="made" HREF="mailto:%(email_url)s?Subject=%(subject_url)s&In-Reply-To=%(in_reply_to_url)s"> |
534 |
<META NAME="robots" CONTENT="index,nofollow"> |
535 |
+ <style type="text/css"> |
536 |
+ pre { |
537 |
+ white-space: pre-wrap; /* css-2.1, curent FF, Opera, Safari */ |
538 |
+ } |
539 |
+ </style> |
540 |
%(encoding)s |
541 |
%(prev)s |
542 |
%(next)s |
543 |
diff --git a/templates/fr/emptyarchive.html b/templates/fr/emptyarchive.html |
544 |
index e10776e..33eb935 100644 |
545 |
--- a/templates/fr/emptyarchive.html |
546 |
+++ b/templates/fr/emptyarchive.html |
547 |
@@ -1,4 +1,4 @@ |
548 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
549 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
550 |
<html> |
551 |
<head> |
552 |
<title>Archives de %(listname)s</title> |
553 |
diff --git a/templates/gl/archidxhead.html b/templates/gl/archidxhead.html |
554 |
index 0c51697..6a28c7d 100644 |
555 |
--- a/templates/gl/archidxhead.html |
556 |
+++ b/templates/gl/archidxhead.html |
557 |
@@ -1,4 +1,4 @@ |
558 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
559 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
560 |
<HTML> |
561 |
<HEAD> |
562 |
<title>O arquivo da rolda %(listname)s %(archive)s por %(archtype)s</title> |
563 |
diff --git a/templates/gl/archtoc.html b/templates/gl/archtoc.html |
564 |
index 0bcef5e..ea927c6 100644 |
565 |
--- a/templates/gl/archtoc.html |
566 |
+++ b/templates/gl/archtoc.html |
567 |
@@ -1,4 +1,4 @@ |
568 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
569 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
570 |
<HTML> |
571 |
<HEAD> |
572 |
<title>Os arquivos da rolda %(listname)s </title> |
573 |
diff --git a/templates/gl/article.html b/templates/gl/article.html |
574 |
index 34c9d55..7d371d3 100644 |
575 |
--- a/templates/gl/article.html |
576 |
+++ b/templates/gl/article.html |
577 |
@@ -1,4 +1,4 @@ |
578 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
579 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
580 |
<HTML> |
581 |
<HEAD> |
582 |
<TITLE> %(title)s |
583 |
@@ -6,6 +6,11 @@ |
584 |
<LINK REL="Index" HREF="index.html" > |
585 |
<LINK REL="made" HREF="mailto:%(email_url)s"> |
586 |
<META NAME="robots" CONTENT="index,nofollow"> |
587 |
+ <style type="text/css"> |
588 |
+ pre { |
589 |
+ white-space: pre-wrap; /* css-2.1, curent FF, Opera, Safari */ |
590 |
+ } |
591 |
+ </style> |
592 |
%(encoding)s |
593 |
%(prev)s |
594 |
%(next)s |
595 |
diff --git a/templates/gl/emptyarchive.html b/templates/gl/emptyarchive.html |
596 |
index 4f6a75e..4637a58 100644 |
597 |
--- a/templates/gl/emptyarchive.html |
598 |
+++ b/templates/gl/emptyarchive.html |
599 |
@@ -1,4 +1,4 @@ |
600 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
601 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
602 |
<HTML> |
603 |
<HEAD> |
604 |
<title>Arquivo da rolda %(listname)s</title> |
605 |
diff --git a/templates/he/archidxhead.html b/templates/he/archidxhead.html |
606 |
index 727f8cd..10d7c19 100644 |
607 |
--- a/templates/he/archidxhead.html |
608 |
+++ b/templates/he/archidxhead.html |
609 |
@@ -1,4 +1,4 @@ |
610 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
611 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
612 |
<HTML> |
613 |
<HEAD> |
614 |
<title>××ר××××× ×©× %(listname)s %(archive)s ××¤× %(archtype)s</title> |
615 |
diff --git a/templates/he/archtoc.html b/templates/he/archtoc.html |
616 |
index ed282d1..88ed112 100644 |
617 |
--- a/templates/he/archtoc.html |
618 |
+++ b/templates/he/archtoc.html |
619 |
@@ -1,4 +1,4 @@ |
620 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
621 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
622 |
<HTML> |
623 |
<HEAD> |
624 |
<title>××ר××××× ×©× %(listname)s</title> |
625 |
diff --git a/templates/he/archtocnombox.html b/templates/he/archtocnombox.html |
626 |
index 486acd1..b1357c3 100644 |
627 |
--- a/templates/he/archtocnombox.html |
628 |
+++ b/templates/he/archtocnombox.html |
629 |
@@ -1,4 +1,4 @@ |
630 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
631 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
632 |
<HTML> |
633 |
<HEAD> |
634 |
<title>××ר××××× ×©× %(listname)s</title> |
635 |
diff --git a/templates/he/article.html b/templates/he/article.html |
636 |
index 695b46f..66d46a5 100644 |
637 |
--- a/templates/he/article.html |
638 |
+++ b/templates/he/article.html |
639 |
@@ -1,4 +1,4 @@ |
640 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
641 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
642 |
<HTML> |
643 |
<HEAD> |
644 |
<TITLE> %(title)s |
645 |
@@ -6,6 +6,11 @@ |
646 |
<LINK REL="Index" HREF="index.html" > |
647 |
<LINK REL="made" HREF="mailto:%(email_url)s?Subject=%(subject_url)s&In-Reply-To=%(in_reply_to_url)s"> |
648 |
<META NAME="robots" CONTENT="index,nofollow"> |
649 |
+ <style type="text/css"> |
650 |
+ pre { |
651 |
+ white-space: pre-wrap; /* css-2.1, curent FF, Opera, Safari */ |
652 |
+ } |
653 |
+ </style> |
654 |
%(encoding)s |
655 |
%(prev)s |
656 |
%(next)s |
657 |
diff --git a/templates/he/emptyarchive.html b/templates/he/emptyarchive.html |
658 |
index 7d4eff8..4bb1472 100644 |
659 |
--- a/templates/he/emptyarchive.html |
660 |
+++ b/templates/he/emptyarchive.html |
661 |
@@ -1,4 +1,4 @@ |
662 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
663 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
664 |
<HTML> |
665 |
<HEAD> |
666 |
<title>××ר×××××× ×©× %(listname)s</title> |
667 |
diff --git a/templates/hr/archidxhead.html b/templates/hr/archidxhead.html |
668 |
index a4241b5..46235e8 100644 |
669 |
--- a/templates/hr/archidxhead.html |
670 |
+++ b/templates/hr/archidxhead.html |
671 |
@@ -1,4 +1,4 @@ |
672 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
673 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
674 |
<HTML> |
675 |
<HEAD> |
676 |
<title>The %(listname)s %(archive)s Arhiva od %(archtype)s</title> |
677 |
diff --git a/templates/hr/archtoc.html b/templates/hr/archtoc.html |
678 |
index bc74fe6..a5053ff 100644 |
679 |
--- a/templates/hr/archtoc.html |
680 |
+++ b/templates/hr/archtoc.html |
681 |
@@ -1,4 +1,4 @@ |
682 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
683 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
684 |
<HTML> |
685 |
<HEAD> |
686 |
<title>%(listname)s Arhiva</title> |
687 |
diff --git a/templates/hr/article.html b/templates/hr/article.html |
688 |
index 1cc6108..092b39a 100644 |
689 |
--- a/templates/hr/article.html |
690 |
+++ b/templates/hr/article.html |
691 |
@@ -1,4 +1,4 @@ |
692 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
693 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
694 |
<HTML> |
695 |
<HEAD> |
696 |
<TITLE> %(title)s |
697 |
@@ -6,6 +6,11 @@ |
698 |
<LINK REL="Index" HREF="index.html" > |
699 |
<LINK REL="made" HREF="mailto:%(email_url)s?Subject=%(subject_url)s&In-Reply-To=%(in_reply_to_url)s"> |
700 |
<META NAME="robots" CONTENT="index,nofollow"> |
701 |
+ <style type="text/css"> |
702 |
+ pre { |
703 |
+ white-space: pre-wrap; /* css-2.1, curent FF, Opera, Safari */ |
704 |
+ } |
705 |
+ </style> |
706 |
%(encoding)s |
707 |
%(prev)s |
708 |
%(next)s |
709 |
diff --git a/templates/hr/emptyarchive.html b/templates/hr/emptyarchive.html |
710 |
index 073a952..141c4f4 100644 |
711 |
--- a/templates/hr/emptyarchive.html |
712 |
+++ b/templates/hr/emptyarchive.html |
713 |
@@ -1,4 +1,4 @@ |
714 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
715 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
716 |
<HTML> |
717 |
<HEAD> |
718 |
<title>%(listname)s Arhiva</title> |
719 |
diff --git a/templates/hu/archidxhead.html b/templates/hu/archidxhead.html |
720 |
index 5b449bf..aa44070 100644 |
721 |
--- a/templates/hu/archidxhead.html |
722 |
+++ b/templates/hu/archidxhead.html |
723 |
@@ -1,4 +1,4 @@ |
724 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
725 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
726 |
<HTML> |
727 |
<HEAD> |
728 |
<title>A(z) %(listname)s %(archive)si Archívuma %(archtype)s szerint rendezve</title> |
729 |
diff --git a/templates/hu/archtoc.html b/templates/hu/archtoc.html |
730 |
index 5256fad..4c0dea1 100644 |
731 |
--- a/templates/hu/archtoc.html |
732 |
+++ b/templates/hu/archtoc.html |
733 |
@@ -1,4 +1,4 @@ |
734 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
735 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
736 |
<HTML> |
737 |
<HEAD> |
738 |
<title>A(z) %(listname)s Archívum</title> |
739 |
diff --git a/templates/hu/article.html b/templates/hu/article.html |
740 |
index 77af20e..71c0cf6 100644 |
741 |
--- a/templates/hu/article.html |
742 |
+++ b/templates/hu/article.html |
743 |
@@ -1,4 +1,4 @@ |
744 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
745 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
746 |
<HTML> |
747 |
<HEAD> |
748 |
<TITLE> %(title)s |
749 |
@@ -6,6 +6,11 @@ |
750 |
<LINK REL="Index" HREF="index.html" > |
751 |
<LINK REL="made" HREF="mailto:%(email_url)s?Subject=%(subject_url)s&In-Reply-To=%(in_reply_to_url)s"> |
752 |
<META NAME="robots" CONTENT="index,nofollow"> |
753 |
+ <style type="text/css"> |
754 |
+ pre { |
755 |
+ white-space: pre-wrap; /* css-2.1, curent FF, Opera, Safari */ |
756 |
+ } |
757 |
+ </style> |
758 |
%(encoding)s |
759 |
%(prev)s |
760 |
%(next)s |
761 |
diff --git a/templates/hu/emptyarchive.html b/templates/hu/emptyarchive.html |
762 |
index 40f9638..9971c67 100644 |
763 |
--- a/templates/hu/emptyarchive.html |
764 |
+++ b/templates/hu/emptyarchive.html |
765 |
@@ -1,4 +1,4 @@ |
766 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
767 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
768 |
<HTML> |
769 |
<HEAD> |
770 |
<title>%(listname)s archívum</title> |
771 |
diff --git a/templates/ia/archidxhead.html b/templates/ia/archidxhead.html |
772 |
index ff00f49..4e223da 100644 |
773 |
--- a/templates/ia/archidxhead.html |
774 |
+++ b/templates/ia/archidxhead.html |
775 |
@@ -1,4 +1,4 @@ |
776 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
777 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
778 |
<HTML> |
779 |
<HEAD> |
780 |
<title>Le archivo %(listname)s %(archive)s per %(archtype)s</title> |
781 |
diff --git a/templates/ia/archtoc.html b/templates/ia/archtoc.html |
782 |
index 5bc966b..c849a95 100644 |
783 |
--- a/templates/ia/archtoc.html |
784 |
+++ b/templates/ia/archtoc.html |
785 |
@@ -1,4 +1,4 @@ |
786 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
787 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
788 |
<HTML> |
789 |
<HEAD> |
790 |
<title>Le archivos de %(listname)s</title> |
791 |
diff --git a/templates/ia/archtocnombox.html b/templates/ia/archtocnombox.html |
792 |
index c56bb49..8201934 100644 |
793 |
--- a/templates/ia/archtocnombox.html |
794 |
+++ b/templates/ia/archtocnombox.html |
795 |
@@ -1,4 +1,4 @@ |
796 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
797 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
798 |
<HTML> |
799 |
<HEAD> |
800 |
<title>Le archivos de %(listname)s</title> |
801 |
diff --git a/templates/ia/article.html b/templates/ia/article.html |
802 |
index bdcfb01..3936028 100644 |
803 |
--- a/templates/ia/article.html |
804 |
+++ b/templates/ia/article.html |
805 |
@@ -1,4 +1,4 @@ |
806 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
807 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
808 |
<HTML> |
809 |
<HEAD> |
810 |
<TITLE> %(title)s |
811 |
@@ -6,6 +6,11 @@ |
812 |
<LINK REL="Index" HREF="index.html" > |
813 |
<LINK REL="made" HREF="mailto:%(email_url)s?Subject=%(subject_url)s&In-Reply-To=%(in_reply_to_url)s"> |
814 |
<META NAME="robots" CONTENT="index,nofollow"> |
815 |
+ <style type="text/css"> |
816 |
+ pre { |
817 |
+ white-space: pre-wrap; /* css-2.1, curent FF, Opera, Safari */ |
818 |
+ } |
819 |
+ </style> |
820 |
%(encoding)s |
821 |
%(prev)s |
822 |
%(next)s |
823 |
diff --git a/templates/ia/emptyarchive.html b/templates/ia/emptyarchive.html |
824 |
index b46cd1e..00269c8 100644 |
825 |
--- a/templates/ia/emptyarchive.html |
826 |
+++ b/templates/ia/emptyarchive.html |
827 |
@@ -1,4 +1,4 @@ |
828 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
829 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
830 |
<HTML> |
831 |
<HEAD> |
832 |
<title>Le archivo %(listname)s</title> |
833 |
diff --git a/templates/it/archidxhead.html b/templates/it/archidxhead.html |
834 |
index f68364e..c818e3f 100644 |
835 |
--- a/templates/it/archidxhead.html |
836 |
+++ b/templates/it/archidxhead.html |
837 |
@@ -1,4 +1,4 @@ |
838 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
839 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
840 |
<HTML> |
841 |
<HEAD> |
842 |
<title>L'archivio %(archive)s della lista %(listname)s ordinato per %(archtype)s</title> |
843 |
diff --git a/templates/it/archtoc.html b/templates/it/archtoc.html |
844 |
index c9a473e..cf3bcc1 100644 |
845 |
--- a/templates/it/archtoc.html |
846 |
+++ b/templates/it/archtoc.html |
847 |
@@ -1,4 +1,4 @@ |
848 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
849 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
850 |
<HTML> |
851 |
<HEAD> |
852 |
<title>Gli archivi della lista %(listname)s</title> |
853 |
diff --git a/templates/it/archtocnombox.html b/templates/it/archtocnombox.html |
854 |
index 6d7423d..02fc867 100644 |
855 |
--- a/templates/it/archtocnombox.html |
856 |
+++ b/templates/it/archtocnombox.html |
857 |
@@ -1,4 +1,4 @@ |
858 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
859 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
860 |
<HTML> |
861 |
<HEAD> |
862 |
<title>Gli archivi di %(listname)s</title> |
863 |
diff --git a/templates/it/article.html b/templates/it/article.html |
864 |
index 3934586..c0dd438 100644 |
865 |
--- a/templates/it/article.html |
866 |
+++ b/templates/it/article.html |
867 |
@@ -1,4 +1,4 @@ |
868 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
869 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
870 |
<HTML> |
871 |
<HEAD> |
872 |
<TITLE> %(title)s |
873 |
@@ -6,6 +6,11 @@ |
874 |
<LINK REL="Index" HREF="index.html" > |
875 |
<LINK REL="made" HREF="mailto:%(email_url)s?Subject=%(subject_url)s&In-Reply-To=%(in_reply_to_url)s"> |
876 |
<META NAME="robots" CONTENT="index,nofollow"> |
877 |
+ <style type="text/css"> |
878 |
+ pre { |
879 |
+ white-space: pre-wrap; /* css-2.1, curent FF, Opera, Safari */ |
880 |
+ } |
881 |
+ </style> |
882 |
%(encoding)s |
883 |
%(prev)s |
884 |
%(next)s |
885 |
diff --git a/templates/it/emptyarchive.html b/templates/it/emptyarchive.html |
886 |
index f94054d..5a2b36a 100644 |
887 |
--- a/templates/it/emptyarchive.html |
888 |
+++ b/templates/it/emptyarchive.html |
889 |
@@ -1,4 +1,4 @@ |
890 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
891 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
892 |
<HTML> |
893 |
<HEAD> |
894 |
<title>Gli archivi della lista %(listname)s</title> |
895 |
diff --git a/templates/ja/archidxhead.html b/templates/ja/archidxhead.html |
896 |
index ea56e11..0c91c07 100644 |
897 |
--- a/templates/ja/archidxhead.html |
898 |
+++ b/templates/ja/archidxhead.html |
899 |
@@ -1,4 +1,4 @@ |
900 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
901 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
902 |
<HTML> |
903 |
<HEAD> |
904 |
<title>%(listname)s %(archive)s Êݸ½ñ¸Ë %(archtype)s</title> |
905 |
diff --git a/templates/ja/archtoc.html b/templates/ja/archtoc.html |
906 |
index 7c54582..0060beb 100644 |
907 |
--- a/templates/ja/archtoc.html |
908 |
+++ b/templates/ja/archtoc.html |
909 |
@@ -1,4 +1,4 @@ |
910 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
911 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
912 |
<HTML> |
913 |
<HEAD> |
914 |
<title>%(listname)s Êݸ½ñ¸Ë</title> |
915 |
diff --git a/templates/ja/archtocnombox.html b/templates/ja/archtocnombox.html |
916 |
index 76e8340..72b4425 100644 |
917 |
--- a/templates/ja/archtocnombox.html |
918 |
+++ b/templates/ja/archtocnombox.html |
919 |
@@ -1,4 +1,4 @@ |
920 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
921 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
922 |
<HTML> |
923 |
<HEAD> |
924 |
<title>%(listname)s Êݸ½ñ¸Ë</title> |
925 |
diff --git a/templates/ja/article.html b/templates/ja/article.html |
926 |
index 6d8febe..56d3237 100644 |
927 |
--- a/templates/ja/article.html |
928 |
+++ b/templates/ja/article.html |
929 |
@@ -1,4 +1,4 @@ |
930 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
931 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
932 |
<HTML> |
933 |
<HEAD> |
934 |
<TITLE> %(title)s |
935 |
@@ -6,6 +6,11 @@ |
936 |
<LINK REL="Index" HREF="index.html" > |
937 |
<LINK REL="made" HREF="mailto:%(email_url)s?Subject=%(subject_url)s&In-Reply-To=%(in_reply_to_url)s"> |
938 |
<META NAME="robots" CONTENT="index,nofollow"> |
939 |
+ <style type="text/css"> |
940 |
+ pre { |
941 |
+ white-space: pre-wrap; /* css-2.1, curent FF, Opera, Safari */ |
942 |
+ } |
943 |
+ </style> |
944 |
%(encoding)s |
945 |
%(prev)s |
946 |
%(next)s |
947 |
diff --git a/templates/ja/emptyarchive.html b/templates/ja/emptyarchive.html |
948 |
index b41cd66..3b1b52b 100644 |
949 |
--- a/templates/ja/emptyarchive.html |
950 |
+++ b/templates/ja/emptyarchive.html |
951 |
@@ -1,4 +1,4 @@ |
952 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
953 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
954 |
<HTML> |
955 |
<HEAD> |
956 |
<title>%(listname)s Êݸ½ñ¸Ë</title> |
957 |
diff --git a/templates/ko/article.html b/templates/ko/article.html |
958 |
index 59cd636..6ccbe96 100644 |
959 |
--- a/templates/ko/article.html |
960 |
+++ b/templates/ko/article.html |
961 |
@@ -1,4 +1,4 @@ |
962 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
963 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
964 |
<HTML> |
965 |
<HEAD> |
966 |
<TITLE> %(title)s |
967 |
@@ -6,6 +6,11 @@ |
968 |
<LINK REL="Index" HREF="index.html" > |
969 |
<LINK REL="made" HREF="mailto:%(email_url)s"> |
970 |
<META NAME="robots" CONTENT="index,nofollow"> |
971 |
+ <style type="text/css"> |
972 |
+ pre { |
973 |
+ white-space: pre-wrap; /* css-2.1, curent FF, Opera, Safari */ |
974 |
+ } |
975 |
+ </style> |
976 |
%(encoding)s |
977 |
%(prev)s |
978 |
%(next)s |
979 |
diff --git a/templates/ko/emptyarchive.html b/templates/ko/emptyarchive.html |
980 |
index 183f2bf..8612a70 100644 |
981 |
--- a/templates/ko/emptyarchive.html |
982 |
+++ b/templates/ko/emptyarchive.html |
983 |
@@ -1,4 +1,4 @@ |
984 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
985 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
986 |
<HTML> |
987 |
<HEAD> |
988 |
<title>%(listname)s ÀúÀå¼Ò</title> |
989 |
diff --git a/templates/lt/archidxhead.html b/templates/lt/archidxhead.html |
990 |
index c065653..1fa2295 100644 |
991 |
--- a/templates/lt/archidxhead.html |
992 |
+++ b/templates/lt/archidxhead.html |
993 |
@@ -1,4 +1,4 @@ |
994 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
995 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
996 |
<HTML> |
997 |
<HEAD> |
998 |
<title>Forumo %(listname)s %(archive)s Archyvas %(archtype)s</title> |
999 |
diff --git a/templates/lt/archtoc.html b/templates/lt/archtoc.html |
1000 |
index b445bcd..5d3cbe6 100644 |
1001 |
--- a/templates/lt/archtoc.html |
1002 |
+++ b/templates/lt/archtoc.html |
1003 |
@@ -1,4 +1,4 @@ |
1004 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
1005 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
1006 |
<HTML> |
1007 |
<HEAD> |
1008 |
<title>Forumo %(listname)s archyvai</title> |
1009 |
diff --git a/templates/lt/article.html b/templates/lt/article.html |
1010 |
index 751c45a..5f0cce6 100644 |
1011 |
--- a/templates/lt/article.html |
1012 |
+++ b/templates/lt/article.html |
1013 |
@@ -1,4 +1,4 @@ |
1014 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
1015 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
1016 |
<HTML> |
1017 |
<HEAD> |
1018 |
<TITLE> %(title)s |
1019 |
@@ -6,6 +6,11 @@ |
1020 |
<LINK REL="Index" HREF="index.html" > |
1021 |
<LINK REL="made" HREF="mailto:%(email_url)s?Subject=%(subject_url)s&In-Reply-To=%(in_reply_to_url)s"> |
1022 |
<META NAME="robots" CONTENT="index,nofollow"> |
1023 |
+ <style type="text/css"> |
1024 |
+ pre { |
1025 |
+ white-space: pre-wrap; /* css-2.1, curent FF, Opera, Safari */ |
1026 |
+ } |
1027 |
+ </style> |
1028 |
%(encoding)s |
1029 |
%(prev)s |
1030 |
%(next)s |
1031 |
diff --git a/templates/lt/emptyarchive.html b/templates/lt/emptyarchive.html |
1032 |
index 06ecf1c..9fc1d06 100644 |
1033 |
--- a/templates/lt/emptyarchive.html |
1034 |
+++ b/templates/lt/emptyarchive.html |
1035 |
@@ -1,4 +1,4 @@ |
1036 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
1037 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
1038 |
<HTML> |
1039 |
<HEAD> |
1040 |
<title>Forumo %(listname)s archyvai</title> |
1041 |
diff --git a/templates/nl/archidxhead.html b/templates/nl/archidxhead.html |
1042 |
index f3aad16..64474d3 100644 |
1043 |
--- a/templates/nl/archidxhead.html |
1044 |
+++ b/templates/nl/archidxhead.html |
1045 |
@@ -1,24 +1,24 @@ |
1046 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
1047 |
-<HTML> |
1048 |
- <HEAD> |
1049 |
- <title>Het %(listname)s %(archive)s Archief op %(archtype)s</title> |
1050 |
- <META NAME="robots" CONTENT="noindex,follow"> |
1051 |
- %(encoding)s |
1052 |
- </HEAD> |
1053 |
- <BODY BGCOLOR="#ffffff"> |
1054 |
- <a name="start"></A> |
1055 |
- <h1>%(archive)s Archief op %(archtype)s</h1> |
1056 |
- <ul> |
1057 |
- <li> <b>Berichten gesorteerd op:</b> |
1058 |
- %(thread_ref)s |
1059 |
- %(subject_ref)s |
1060 |
- %(author_ref)s |
1061 |
- %(date_ref)s |
1062 |
- |
1063 |
- <li><b><a href="%(listinfo)s">Meer informatie over deze lijst ... |
1064 |
- </a></b></li> |
1065 |
- </ul> |
1066 |
- <p><b>Begin:</b> <i>%(firstdate)s</i><br> |
1067 |
- <b>Einde:</b> <i>%(lastdate)s</i><br> |
1068 |
- <b>Berichten:</b> %(size)s<p> |
1069 |
- <ul> |
1070 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
1071 |
+<HTML> |
1072 |
+ <HEAD> |
1073 |
+ <title>Het %(listname)s %(archive)s Archief op %(archtype)s</title> |
1074 |
+ <META NAME="robots" CONTENT="noindex,follow"> |
1075 |
+ %(encoding)s |
1076 |
+ </HEAD> |
1077 |
+ <BODY BGCOLOR="#ffffff"> |
1078 |
+ <a name="start"></A> |
1079 |
+ <h1>%(archive)s Archief op %(archtype)s</h1> |
1080 |
+ <ul> |
1081 |
+ <li> <b>Berichten gesorteerd op:</b> |
1082 |
+ %(thread_ref)s |
1083 |
+ %(subject_ref)s |
1084 |
+ %(author_ref)s |
1085 |
+ %(date_ref)s |
1086 |
+ |
1087 |
+ <li><b><a href="%(listinfo)s">Meer informatie over deze lijst ... |
1088 |
+ </a></b></li> |
1089 |
+ </ul> |
1090 |
+ <p><b>Begin:</b> <i>%(firstdate)s</i><br> |
1091 |
+ <b>Einde:</b> <i>%(lastdate)s</i><br> |
1092 |
+ <b>Berichten:</b> %(size)s<p> |
1093 |
+ <ul> |
1094 |
diff --git a/templates/nl/archtoc.html b/templates/nl/archtoc.html |
1095 |
index 5d2324e..437b5d5 100644 |
1096 |
--- a/templates/nl/archtoc.html |
1097 |
+++ b/templates/nl/archtoc.html |
1098 |
@@ -1,20 +1,20 @@ |
1099 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
1100 |
-<HTML> |
1101 |
- <HEAD> |
1102 |
- <title>Het %(listname)s Archief</title> |
1103 |
- <META NAME="robots" CONTENT="noindex,follow"> |
1104 |
- %(meta)s |
1105 |
- </HEAD> |
1106 |
- <BODY BGCOLOR="#ffffff"> |
1107 |
- <h1>Het %(listname)s Archief </h1> |
1108 |
- <p> |
1109 |
- U kunt <a href="%(listinfo)s">meer informatie over deze lijst</a> bekijken |
1110 |
- of u kunt het <a href="%(fullarch)s">volledige 'ruwe' archief downloaden</a> |
1111 |
- (%(size)s). |
1112 |
- </p> |
1113 |
- %(noarchive_msg)s |
1114 |
- %(archive_listing_start)s |
1115 |
- %(archive_listing)s |
1116 |
- %(archive_listing_end)s |
1117 |
- </BODY> |
1118 |
- </HTML> |
1119 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
1120 |
+<HTML> |
1121 |
+ <HEAD> |
1122 |
+ <title>Het %(listname)s Archief</title> |
1123 |
+ <META NAME="robots" CONTENT="noindex,follow"> |
1124 |
+ %(meta)s |
1125 |
+ </HEAD> |
1126 |
+ <BODY BGCOLOR="#ffffff"> |
1127 |
+ <h1>Het %(listname)s Archief </h1> |
1128 |
+ <p> |
1129 |
+ U kunt <a href="%(listinfo)s">meer informatie over deze lijst</a> bekijken |
1130 |
+ of u kunt het <a href="%(fullarch)s">volledige 'ruwe' archief downloaden</a> |
1131 |
+ (%(size)s). |
1132 |
+ </p> |
1133 |
+ %(noarchive_msg)s |
1134 |
+ %(archive_listing_start)s |
1135 |
+ %(archive_listing)s |
1136 |
+ %(archive_listing_end)s |
1137 |
+ </BODY> |
1138 |
+ </HTML> |
1139 |
diff --git a/templates/nl/archtocnombox.html b/templates/nl/archtocnombox.html |
1140 |
index 3bb3db4..8962b8e 100644 |
1141 |
--- a/templates/nl/archtocnombox.html |
1142 |
+++ b/templates/nl/archtocnombox.html |
1143 |
@@ -1,18 +1,18 @@ |
1144 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
1145 |
-<HTML> |
1146 |
- <HEAD> |
1147 |
- <title>Het %(listname)s Archief</title> |
1148 |
- <META NAME="robots" CONTENT="noindex,follow"> |
1149 |
- %(meta)s |
1150 |
- </HEAD> |
1151 |
- <BODY BGCOLOR="#ffffff"> |
1152 |
- <h1>Het %(listname)s Archief </h1> |
1153 |
- <p> |
1154 |
- U kunt <a href="%(listinfo)s">meer informatie over deze lijst</a> bekijken. |
1155 |
- </p> |
1156 |
- %(noarchive_msg)s |
1157 |
- %(archive_listing_start)s |
1158 |
- %(archive_listing)s |
1159 |
- %(archive_listing_end)s |
1160 |
- </BODY> |
1161 |
- </HTML> |
1162 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
1163 |
+<HTML> |
1164 |
+ <HEAD> |
1165 |
+ <title>Het %(listname)s Archief</title> |
1166 |
+ <META NAME="robots" CONTENT="noindex,follow"> |
1167 |
+ %(meta)s |
1168 |
+ </HEAD> |
1169 |
+ <BODY BGCOLOR="#ffffff"> |
1170 |
+ <h1>Het %(listname)s Archief </h1> |
1171 |
+ <p> |
1172 |
+ U kunt <a href="%(listinfo)s">meer informatie over deze lijst</a> bekijken. |
1173 |
+ </p> |
1174 |
+ %(noarchive_msg)s |
1175 |
+ %(archive_listing_start)s |
1176 |
+ %(archive_listing)s |
1177 |
+ %(archive_listing_end)s |
1178 |
+ </BODY> |
1179 |
+ </HTML> |
1180 |
diff --git a/templates/nl/article.html b/templates/nl/article.html |
1181 |
index 365a0e7..12c3c44 100644 |
1182 |
--- a/templates/nl/article.html |
1183 |
+++ b/templates/nl/article.html |
1184 |
@@ -1,4 +1,4 @@ |
1185 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
1186 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
1187 |
<HTML> |
1188 |
<HEAD> |
1189 |
<TITLE> %(title)s |
1190 |
@@ -6,6 +6,11 @@ |
1191 |
<LINK REL="Index" HREF="index.html" > |
1192 |
<LINK REL="made" HREF="mailto:%(email_url)s?Subject=%(subject_url)s&In-Reply-To=%(in_reply_to_url)s"> |
1193 |
<META NAME="robots" CONTENT="index,nofollow"> |
1194 |
+ <style type="text/css"> |
1195 |
+ pre { |
1196 |
+ white-space: pre-wrap; /* css-2.1, curent FF, Opera, Safari */ |
1197 |
+ } |
1198 |
+ </style> |
1199 |
%(encoding)s |
1200 |
%(prev)s |
1201 |
%(next)s |
1202 |
diff --git a/templates/nl/emptyarchive.html b/templates/nl/emptyarchive.html |
1203 |
index 0b168be..ae96bd6 100644 |
1204 |
--- a/templates/nl/emptyarchive.html |
1205 |
+++ b/templates/nl/emptyarchive.html |
1206 |
@@ -1,4 +1,4 @@ |
1207 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
1208 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
1209 |
<HTML> |
1210 |
<HEAD> |
1211 |
<title>%(listname)s Archief</title> |
1212 |
diff --git a/templates/no/archidxhead.html b/templates/no/archidxhead.html |
1213 |
index f2426eb..8cac560 100644 |
1214 |
--- a/templates/no/archidxhead.html |
1215 |
+++ b/templates/no/archidxhead.html |
1216 |
@@ -1,4 +1,4 @@ |
1217 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
1218 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
1219 |
<HTML> |
1220 |
<HEAD> |
1221 |
<title>%(listname)s arkivet for %(archive)s sortert på %(archtype)s</title> |
1222 |
diff --git a/templates/no/archtoc.html b/templates/no/archtoc.html |
1223 |
index 7d28b61..32cca53 100644 |
1224 |
--- a/templates/no/archtoc.html |
1225 |
+++ b/templates/no/archtoc.html |
1226 |
@@ -1,4 +1,4 @@ |
1227 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
1228 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
1229 |
<HTML> |
1230 |
<HEAD> |
1231 |
<title>%(listname)s arkivet</title> |
1232 |
diff --git a/templates/no/archtocnombox.html b/templates/no/archtocnombox.html |
1233 |
index 48bb17f..ae70fa7 100644 |
1234 |
--- a/templates/no/archtocnombox.html |
1235 |
+++ b/templates/no/archtocnombox.html |
1236 |
@@ -1,4 +1,4 @@ |
1237 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
1238 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
1239 |
<HTML> |
1240 |
<HEAD> |
1241 |
<title>%(listname)s arkivet</title> |
1242 |
diff --git a/templates/no/article.html b/templates/no/article.html |
1243 |
index 8f5bbf9..9d68f29 100644 |
1244 |
--- a/templates/no/article.html |
1245 |
+++ b/templates/no/article.html |
1246 |
@@ -1,4 +1,4 @@ |
1247 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
1248 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
1249 |
<HTML> |
1250 |
<HEAD> |
1251 |
<TITLE> %(title)s |
1252 |
@@ -6,6 +6,11 @@ |
1253 |
<LINK REL="Index" HREF="index.html" > |
1254 |
<LINK REL="made" HREF="mailto:%(email_url)s?Subject=%(subject_url)s&In-Reply-To=%(in_reply_to_url)s"> |
1255 |
<META NAME="robots" CONTENT="index,nofollow"> |
1256 |
+ <style type="text/css"> |
1257 |
+ pre { |
1258 |
+ white-space: pre-wrap; /* css-2.1, curent FF, Opera, Safari */ |
1259 |
+ } |
1260 |
+ </style> |
1261 |
%(encoding)s |
1262 |
%(prev)s |
1263 |
%(next)s |
1264 |
diff --git a/templates/no/emptyarchive.html b/templates/no/emptyarchive.html |
1265 |
index c04bd35..762b023 100644 |
1266 |
--- a/templates/no/emptyarchive.html |
1267 |
+++ b/templates/no/emptyarchive.html |
1268 |
@@ -1,4 +1,4 @@ |
1269 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
1270 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
1271 |
<HTML> |
1272 |
<HEAD> |
1273 |
<title>Arkiv for epostlisten %(listname)s</title> |
1274 |
diff --git a/templates/pl/archidxhead.html b/templates/pl/archidxhead.html |
1275 |
index cfc7f49..84d3e3e 100644 |
1276 |
--- a/templates/pl/archidxhead.html |
1277 |
+++ b/templates/pl/archidxhead.html |
1278 |
@@ -1,4 +1,4 @@ |
1279 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
1280 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
1281 |
<HTML> |
1282 |
<HEAD> |
1283 |
<title>Lista %(listname)s %(archive)s sortowane wed³ug %(archtype)s</title> |
1284 |
diff --git a/templates/pl/archtoc.html b/templates/pl/archtoc.html |
1285 |
index 158e95b..397343e 100644 |
1286 |
--- a/templates/pl/archtoc.html |
1287 |
+++ b/templates/pl/archtoc.html |
1288 |
@@ -1,4 +1,4 @@ |
1289 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
1290 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
1291 |
<HTML> |
1292 |
<HEAD> |
1293 |
<title>Archiwum listy %(listname)s</title> |
1294 |
diff --git a/templates/pl/archtocnombox.html b/templates/pl/archtocnombox.html |
1295 |
index 4a1a893..3f5ee3c 100644 |
1296 |
--- a/templates/pl/archtocnombox.html |
1297 |
+++ b/templates/pl/archtocnombox.html |
1298 |
@@ -1,4 +1,4 @@ |
1299 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
1300 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
1301 |
<HTML> |
1302 |
<HEAD> |
1303 |
<title>Archiwum listy %(listname)s</title> |
1304 |
diff --git a/templates/pl/article.html b/templates/pl/article.html |
1305 |
index 84ace5e..c6f6ebd 100644 |
1306 |
--- a/templates/pl/article.html |
1307 |
+++ b/templates/pl/article.html |
1308 |
@@ -1,4 +1,4 @@ |
1309 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
1310 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
1311 |
<HTML> |
1312 |
<HEAD> |
1313 |
<TITLE> %(title)s |
1314 |
@@ -6,6 +6,11 @@ |
1315 |
<LINK REL="Index" HREF="index.html" > |
1316 |
<LINK REL="made" HREF="mailto:%(email_url)s?Subject=%(subject_url)s&In-Reply-To=%(in_reply_to_url)s"> |
1317 |
<META NAME="robots" CONTENT="index,nofollow"> |
1318 |
+ <style type="text/css"> |
1319 |
+ pre { |
1320 |
+ white-space: pre-wrap; /* css-2.1, curent FF, Opera, Safari */ |
1321 |
+ } |
1322 |
+ </style> |
1323 |
%(encoding)s |
1324 |
%(prev)s |
1325 |
%(next)s |
1326 |
diff --git a/templates/pl/emptyarchive.html b/templates/pl/emptyarchive.html |
1327 |
index 08e7a73..48ac85b 100644 |
1328 |
--- a/templates/pl/emptyarchive.html |
1329 |
+++ b/templates/pl/emptyarchive.html |
1330 |
@@ -1,4 +1,4 @@ |
1331 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
1332 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
1333 |
<HTML> |
1334 |
<HEAD> |
1335 |
<title>Archiwum listy %(listname)s</title> |
1336 |
diff --git a/templates/pt/archidxhead.html b/templates/pt/archidxhead.html |
1337 |
index b3268fc..23939d0 100644 |
1338 |
--- a/templates/pt/archidxhead.html |
1339 |
+++ b/templates/pt/archidxhead.html |
1340 |
@@ -1,4 +1,4 @@ |
1341 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
1342 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
1343 |
<HTML> |
1344 |
<HEAD> |
1345 |
<title>Arquivo %(archive)s de %(listname)s por %(archtype)s</title> |
1346 |
diff --git a/templates/pt/archtoc.html b/templates/pt/archtoc.html |
1347 |
index ca4ac4d..e64c172 100644 |
1348 |
--- a/templates/pt/archtoc.html |
1349 |
+++ b/templates/pt/archtoc.html |
1350 |
@@ -1,4 +1,4 @@ |
1351 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
1352 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
1353 |
<HTML> |
1354 |
<HEAD> |
1355 |
<title>Arquivos de %(listname)s</title> |
1356 |
diff --git a/templates/pt/article.html b/templates/pt/article.html |
1357 |
index 4e0e2b5..ab16065 100644 |
1358 |
--- a/templates/pt/article.html |
1359 |
+++ b/templates/pt/article.html |
1360 |
@@ -1,4 +1,4 @@ |
1361 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
1362 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
1363 |
<HTML> |
1364 |
<HEAD> |
1365 |
<TITLE> %(title)s |
1366 |
@@ -6,6 +6,11 @@ |
1367 |
<LINK REL="Index" HREF="index.html" > |
1368 |
<LINK REL="made" HREF="mailto:%(email_url)s?Subject=%(subject_url)s&In-Reply-To=%(in_reply_to_url)s"> |
1369 |
<META NAME="robots" CONTENT="index,nofollow"> |
1370 |
+ <style type="text/css"> |
1371 |
+ pre { |
1372 |
+ white-space: pre-wrap; /* css-2.1, curent FF, Opera, Safari */ |
1373 |
+ } |
1374 |
+ </style> |
1375 |
%(encoding)s |
1376 |
%(prev)s |
1377 |
%(next)s |
1378 |
diff --git a/templates/pt/emptyarchive.html b/templates/pt/emptyarchive.html |
1379 |
index f1e94f0..703b4cc 100644 |
1380 |
--- a/templates/pt/emptyarchive.html |
1381 |
+++ b/templates/pt/emptyarchive.html |
1382 |
@@ -1,4 +1,4 @@ |
1383 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
1384 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
1385 |
<HTML> |
1386 |
<HEAD> |
1387 |
<title>Arquivos de %(listname)s</title> |
1388 |
diff --git a/templates/pt_BR/archidxhead.html b/templates/pt_BR/archidxhead.html |
1389 |
index 5881d91..34dc5e6 100644 |
1390 |
--- a/templates/pt_BR/archidxhead.html |
1391 |
+++ b/templates/pt_BR/archidxhead.html |
1392 |
@@ -1,4 +1,4 @@ |
1393 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
1394 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
1395 |
<HTML> |
1396 |
<HEAD> |
1397 |
<title>Os arquivos %(archive)s da lista %(listname)s por %(archtype)s</title> |
1398 |
diff --git a/templates/pt_BR/archtoc.html b/templates/pt_BR/archtoc.html |
1399 |
index 70fd676..30dae51 100644 |
1400 |
--- a/templates/pt_BR/archtoc.html |
1401 |
+++ b/templates/pt_BR/archtoc.html |
1402 |
@@ -1,4 +1,4 @@ |
1403 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
1404 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
1405 |
<HTML> |
1406 |
<HEAD> |
1407 |
<title>Os arquivos da lista %(listname)s</title> |
1408 |
diff --git a/templates/pt_BR/article.html b/templates/pt_BR/article.html |
1409 |
index c2bc700..4a846c7 100644 |
1410 |
--- a/templates/pt_BR/article.html |
1411 |
+++ b/templates/pt_BR/article.html |
1412 |
@@ -1,4 +1,4 @@ |
1413 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
1414 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
1415 |
<HTML> |
1416 |
<HEAD> |
1417 |
<TITLE> %(title)s |
1418 |
@@ -6,6 +6,11 @@ |
1419 |
<LINK REL="Index" HREF="index.html" > |
1420 |
<LINK REL="made" HREF="mailto:%(email_url)s?Subject=%(subject_url)s&In-Reply-To=%(in_reply_to_url)s"> |
1421 |
<META NAME="robots" CONTENT="index,nofollow"> |
1422 |
+ <style type="text/css"> |
1423 |
+ pre { |
1424 |
+ white-space: pre-wrap; /* css-2.1, curent FF, Opera, Safari */ |
1425 |
+ } |
1426 |
+ </style> |
1427 |
%(encoding)s |
1428 |
%(prev)s |
1429 |
%(next)s |
1430 |
diff --git a/templates/pt_BR/emptyarchive.html b/templates/pt_BR/emptyarchive.html |
1431 |
index 11da485..5462554 100644 |
1432 |
--- a/templates/pt_BR/emptyarchive.html |
1433 |
+++ b/templates/pt_BR/emptyarchive.html |
1434 |
@@ -1,4 +1,4 @@ |
1435 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
1436 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
1437 |
<HTML> |
1438 |
<HEAD> |
1439 |
<title>Arquivos da lista %(listname)s</title> |
1440 |
diff --git a/templates/ro/archidxhead.html b/templates/ro/archidxhead.html |
1441 |
index 9c6f9bd..467ee39 100644 |
1442 |
--- a/templates/ro/archidxhead.html |
1443 |
+++ b/templates/ro/archidxhead.html |
1444 |
@@ -1,4 +1,4 @@ |
1445 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
1446 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
1447 |
<HTML> |
1448 |
<HEAD> |
1449 |
<title>Arhiva %(archive)s a listei %(listname)s dupã %(archtype)s</title> |
1450 |
diff --git a/templates/ro/archtoc.html b/templates/ro/archtoc.html |
1451 |
index a6108dd..7a68f31 100644 |
1452 |
--- a/templates/ro/archtoc.html |
1453 |
+++ b/templates/ro/archtoc.html |
1454 |
@@ -1,4 +1,4 @@ |
1455 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
1456 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
1457 |
<HTML> |
1458 |
<HEAD> |
1459 |
<title>Arhivele listei %(listname)s</title> |
1460 |
diff --git a/templates/ro/article.html b/templates/ro/article.html |
1461 |
index b282feb..4c5df8b 100644 |
1462 |
--- a/templates/ro/article.html |
1463 |
+++ b/templates/ro/article.html |
1464 |
@@ -1,4 +1,4 @@ |
1465 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
1466 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
1467 |
<HTML> |
1468 |
<HEAD> |
1469 |
<TITLE> %(title)s</TITLE> |
1470 |
@@ -6,6 +6,11 @@ |
1471 |
<LINK REL="made" HREF="mailto:%(email_url)s?Subject=%(subject_url)s&In-Reply-To=%(in_reply_to_url)s"> |
1472 |
<META NAME="robots" CONTENT="index,nofollow"> |
1473 |
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-2"> |
1474 |
+ <style type="text/css"> |
1475 |
+ pre { |
1476 |
+ white-space: pre-wrap; /* css-2.1, curent FF, Opera, Safari */ |
1477 |
+ } |
1478 |
+ </style> |
1479 |
%(encoding)s |
1480 |
%(prev)s |
1481 |
%(next)s |
1482 |
diff --git a/templates/ro/emptyarchive.html b/templates/ro/emptyarchive.html |
1483 |
index e7d803a..b71a404 100644 |
1484 |
--- a/templates/ro/emptyarchive.html |
1485 |
+++ b/templates/ro/emptyarchive.html |
1486 |
@@ -1,4 +1,4 @@ |
1487 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
1488 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
1489 |
<HTML> |
1490 |
<HEAD> |
1491 |
<title>Arhivele %(listname)s</title> |
1492 |
diff --git a/templates/ru/archidxhead.html b/templates/ru/archidxhead.html |
1493 |
index 95d5234..0f02b44 100644 |
1494 |
--- a/templates/ru/archidxhead.html |
1495 |
+++ b/templates/ru/archidxhead.html |
1496 |
@@ -1,4 +1,4 @@ |
1497 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
1498 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
1499 |
<HTML> |
1500 |
<HEAD> |
1501 |
<title>áÒÈÉ× %(listname)s, ÔÏÍ %(archive)s, ÓÏÏÂÝÅÎÉÑ ÕÐÏÒÑÄÏÞÅÎÙ ÐÏ %(archtype)s</title> |
1502 |
diff --git a/templates/ru/archtoc.html b/templates/ru/archtoc.html |
1503 |
index 4719053..3798216 100644 |
1504 |
--- a/templates/ru/archtoc.html |
1505 |
+++ b/templates/ru/archtoc.html |
1506 |
@@ -1,4 +1,4 @@ |
1507 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
1508 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
1509 |
<HTML> |
1510 |
<HEAD> |
1511 |
<title>áÒÈÉ× %(listname)s</title> |
1512 |
diff --git a/templates/ru/archtocnombox.html b/templates/ru/archtocnombox.html |
1513 |
index b20a346..b501310 100644 |
1514 |
--- a/templates/ru/archtocnombox.html |
1515 |
+++ b/templates/ru/archtocnombox.html |
1516 |
@@ -1,4 +1,4 @@ |
1517 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
1518 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
1519 |
<HTML> |
1520 |
<HEAD> |
1521 |
<title>áÒÈÉ×Ù ÓÐÉÓËÁ ÒÁÓÓÙÌËÉ %(listname)s</title> |
1522 |
diff --git a/templates/ru/article.html b/templates/ru/article.html |
1523 |
index bd6bc0d..3a6f86b 100644 |
1524 |
--- a/templates/ru/article.html |
1525 |
+++ b/templates/ru/article.html |
1526 |
@@ -1,4 +1,4 @@ |
1527 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
1528 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
1529 |
<HTML> |
1530 |
<HEAD> |
1531 |
<TITLE> %(title)s |
1532 |
@@ -6,6 +6,11 @@ |
1533 |
<LINK REL="Index" HREF="index.html" > |
1534 |
<LINK REL="made" HREF="mailto:%(email_url)s?Subject=%(subject_url)s&In-Reply-To=%(in_reply_to_url)s"> |
1535 |
<META NAME="robots" CONTENT="index,nofollow"> |
1536 |
+ <style type="text/css"> |
1537 |
+ pre { |
1538 |
+ white-space: pre-wrap; /* css-2.1, curent FF, Opera, Safari */ |
1539 |
+ } |
1540 |
+ </style> |
1541 |
%(encoding)s |
1542 |
%(prev)s |
1543 |
%(next)s |
1544 |
diff --git a/templates/ru/emptyarchive.html b/templates/ru/emptyarchive.html |
1545 |
index deea75c..0451900 100644 |
1546 |
--- a/templates/ru/emptyarchive.html |
1547 |
+++ b/templates/ru/emptyarchive.html |
1548 |
@@ -1,4 +1,4 @@ |
1549 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
1550 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
1551 |
<HTML> |
1552 |
<HEAD> |
1553 |
<title>áÒÈÉ× ÓÐÉÓËÁ ÒÁÓÓÙÌËÉ %(listname)s</title> |
1554 |
diff --git a/templates/sk/archidxhead.html b/templates/sk/archidxhead.html |
1555 |
index acb56dd..3c6fe37 100644 |
1556 |
--- a/templates/sk/archidxhead.html |
1557 |
+++ b/templates/sk/archidxhead.html |
1558 |
@@ -1,4 +1,4 @@ |
1559 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
1560 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
1561 |
<HTML> |
1562 |
<HEAD> |
1563 |
<title>ArchÃv konferencie %(listname)s, zodadené podľa %(archtype)s</title> |
1564 |
diff --git a/templates/sk/archtoc.html b/templates/sk/archtoc.html |
1565 |
index 1928cdb..41eddf1 100644 |
1566 |
--- a/templates/sk/archtoc.html |
1567 |
+++ b/templates/sk/archtoc.html |
1568 |
@@ -1,4 +1,4 @@ |
1569 |
-<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 3.2//EN\"> |
1570 |
+<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\"> |
1571 |
<HTML> |
1572 |
<HEAD> |
1573 |
<title>ArchÃv konferencie %(listname)s</title> |
1574 |
diff --git a/templates/sk/archtocnombox.html b/templates/sk/archtocnombox.html |
1575 |
index a05ebeb..5fb7bcb 100644 |
1576 |
--- a/templates/sk/archtocnombox.html |
1577 |
+++ b/templates/sk/archtocnombox.html |
1578 |
@@ -1,4 +1,4 @@ |
1579 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN\"> |
1580 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN\"> |
1581 |
<HTML> |
1582 |
<HEAD> |
1583 |
<title>ArchÃv konferencie %(listname)s</title> |
1584 |
diff --git a/templates/sk/article.html b/templates/sk/article.html |
1585 |
index 5bd568e..0d163b1 100644 |
1586 |
--- a/templates/sk/article.html |
1587 |
+++ b/templates/sk/article.html |
1588 |
@@ -1,4 +1,4 @@ |
1589 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
1590 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
1591 |
<HTML> |
1592 |
<HEAD> |
1593 |
<TITLE> %(title)s |
1594 |
@@ -6,6 +6,11 @@ |
1595 |
<LINK REL="Index" HREF="index.html" > |
1596 |
<LINK REL="made" HREF="mailto:%(email_url)s?Subject=%(subject_url)s&In-Reply-To=%(in_reply_to_url)s"> |
1597 |
<META NAME="robots" CONTENT="index,nofollow"> |
1598 |
+ <style type="text/css"> |
1599 |
+ pre { |
1600 |
+ white-space: pre-wrap; /* css-2.1, curent FF, Opera, Safari */ |
1601 |
+ } |
1602 |
+ </style> |
1603 |
%(encoding)s |
1604 |
%(prev)s |
1605 |
%(next)s |
1606 |
diff --git a/templates/sk/emptyarchive.html b/templates/sk/emptyarchive.html |
1607 |
index 427cf74..8690227 100644 |
1608 |
--- a/templates/sk/emptyarchive.html |
1609 |
+++ b/templates/sk/emptyarchive.html |
1610 |
@@ -1,4 +1,4 @@ |
1611 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
1612 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
1613 |
<HTML> |
1614 |
<HEAD> |
1615 |
<title>ArchÃv konferencie %(listname)s</title> |
1616 |
diff --git a/templates/sl/archidxhead.html b/templates/sl/archidxhead.html |
1617 |
index 05462df..9252b9a 100644 |
1618 |
--- a/templates/sl/archidxhead.html |
1619 |
+++ b/templates/sl/archidxhead.html |
1620 |
@@ -1,4 +1,4 @@ |
1621 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
1622 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
1623 |
<HTML> |
1624 |
<HEAD> |
1625 |
<title>Arhiv za %(listname)s %(archive)s glede na %(archtype)s</title> |
1626 |
diff --git a/templates/sl/archtoc.html b/templates/sl/archtoc.html |
1627 |
index 2882518..e72656b 100644 |
1628 |
--- a/templates/sl/archtoc.html |
1629 |
+++ b/templates/sl/archtoc.html |
1630 |
@@ -1,4 +1,4 @@ |
1631 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
1632 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
1633 |
<HTML> |
1634 |
<HEAD> |
1635 |
<title>Arhivi za seznam %(listname)s</title> |
1636 |
diff --git a/templates/sl/article.html b/templates/sl/article.html |
1637 |
index 6b9354a..14b8a38 100644 |
1638 |
--- a/templates/sl/article.html |
1639 |
+++ b/templates/sl/article.html |
1640 |
@@ -1,4 +1,4 @@ |
1641 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
1642 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
1643 |
<HTML> |
1644 |
<HEAD> |
1645 |
<TITLE> %(title)s |
1646 |
@@ -6,6 +6,11 @@ |
1647 |
<LINK REL="Index" HREF="index.html" > |
1648 |
<LINK REL="made" HREF="mailto:%(email_url)s?Subject=%(subject_url)s&In-Reply-To=%(in_reply_to_url)s"> |
1649 |
<META NAME="robots" CONTENT="index,nofollow"> |
1650 |
+ <style type="text/css"> |
1651 |
+ pre { |
1652 |
+ white-space: pre-wrap; /* css-2.1, curent FF, Opera, Safari */ |
1653 |
+ } |
1654 |
+ </style> |
1655 |
%(encoding)s |
1656 |
%(prev)s |
1657 |
%(next)s |
1658 |
diff --git a/templates/sl/emptyarchive.html b/templates/sl/emptyarchive.html |
1659 |
index a4b205a..4b64d07 100644 |
1660 |
--- a/templates/sl/emptyarchive.html |
1661 |
+++ b/templates/sl/emptyarchive.html |
1662 |
@@ -1,4 +1,4 @@ |
1663 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
1664 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
1665 |
<HTML> |
1666 |
<HEAD> |
1667 |
<title>Arhiv seznama %(listname)s</title> |
1668 |
diff --git a/templates/sr/archidxhead.html b/templates/sr/archidxhead.html |
1669 |
index 07e3f1a..18f9314 100644 |
1670 |
--- a/templates/sr/archidxhead.html |
1671 |
+++ b/templates/sr/archidxhead.html |
1672 |
@@ -1,4 +1,4 @@ |
1673 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
1674 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
1675 |
<HTML> |
1676 |
<HEAD> |
1677 |
<title>ÐÑÑ
ива: %(listname)s %(archive)s, по %(archtype)s</title> |
1678 |
diff --git a/templates/sr/archtoc.html b/templates/sr/archtoc.html |
1679 |
index 4bb4b36..a081dd0 100644 |
1680 |
--- a/templates/sr/archtoc.html |
1681 |
+++ b/templates/sr/archtoc.html |
1682 |
@@ -1,4 +1,4 @@ |
1683 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
1684 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
1685 |
<HTML> |
1686 |
<HEAD> |
1687 |
<title>ÐÑÑ
ива: %(listname)s</title> |
1688 |
diff --git a/templates/sr/article.html b/templates/sr/article.html |
1689 |
index f54583d..998f560 100644 |
1690 |
--- a/templates/sr/article.html |
1691 |
+++ b/templates/sr/article.html |
1692 |
@@ -1,4 +1,4 @@ |
1693 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
1694 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
1695 |
<HTML> |
1696 |
<HEAD> |
1697 |
<TITLE> %(title)s |
1698 |
@@ -6,6 +6,11 @@ |
1699 |
<LINK REL="Index" HREF="index.html" > |
1700 |
<LINK REL="made" HREF="mailto:%(email_url)s?Subject=%(subject_url)s&In-Reply-To=%(in_reply_to_url)s"> |
1701 |
<META NAME="robots" CONTENT="index,nofollow"><meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
1702 |
+ <style type="text/css"> |
1703 |
+ pre { |
1704 |
+ white-space: pre-wrap; /* css-2.1, curent FF, Opera, Safari */ |
1705 |
+ } |
1706 |
+ </style> |
1707 |
%(encoding)s |
1708 |
%(prev)s |
1709 |
%(next)s |
1710 |
diff --git a/templates/sr/emptyarchive.html b/templates/sr/emptyarchive.html |
1711 |
index 45b8a87..020ab1e 100644 |
1712 |
--- a/templates/sr/emptyarchive.html |
1713 |
+++ b/templates/sr/emptyarchive.html |
1714 |
@@ -1,4 +1,4 @@ |
1715 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
1716 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
1717 |
<HTML> |
1718 |
<HEAD> |
1719 |
<title>ÐÑÑ
иве: %(listname)s</title> |
1720 |
diff --git a/templates/sv/archtoc.html b/templates/sv/archtoc.html |
1721 |
index 533ee72..ae554b8 100644 |
1722 |
--- a/templates/sv/archtoc.html |
1723 |
+++ b/templates/sv/archtoc.html |
1724 |
@@ -1,4 +1,4 @@ |
1725 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
1726 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
1727 |
<HTML> |
1728 |
<HEAD> |
1729 |
<title>Arkiv för %(listname)s </title> |
1730 |
diff --git a/templates/sv/article.html b/templates/sv/article.html |
1731 |
index 960083e..3dbf026 100644 |
1732 |
--- a/templates/sv/article.html |
1733 |
+++ b/templates/sv/article.html |
1734 |
@@ -1,4 +1,4 @@ |
1735 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
1736 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
1737 |
<HTML> |
1738 |
<HEAD> |
1739 |
<TITLE> %(title)s |
1740 |
@@ -6,6 +6,11 @@ |
1741 |
<LINK REL="Index" HREF="index.html" > |
1742 |
<LINK REL="made" HREF="mailto:%(email_url)s?Subject=%(subject_url)s&In-Reply-To=%(in_reply_to_url)s"> |
1743 |
<META NAME="robots" CONTENT="index,nofollow"> |
1744 |
+ <style type="text/css"> |
1745 |
+ pre { |
1746 |
+ white-space: pre-wrap; /* css-2.1, curent FF, Opera, Safari */ |
1747 |
+ } |
1748 |
+ </style> |
1749 |
%(encoding)s |
1750 |
%(prev)s |
1751 |
%(next)s |
1752 |
diff --git a/templates/sv/emptyarchive.html b/templates/sv/emptyarchive.html |
1753 |
index be7c681..f486e97 100644 |
1754 |
--- a/templates/sv/emptyarchive.html |
1755 |
+++ b/templates/sv/emptyarchive.html |
1756 |
@@ -1,4 +1,4 @@ |
1757 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
1758 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
1759 |
<HTML> |
1760 |
<HEAD> |
1761 |
<title>Arkiv för e-postlistan %(listname)s</title> |
1762 |
diff --git a/templates/tr/archidxhead.html b/templates/tr/archidxhead.html |
1763 |
index e711220..80782eb 100644 |
1764 |
--- a/templates/tr/archidxhead.html |
1765 |
+++ b/templates/tr/archidxhead.html |
1766 |
@@ -1,4 +1,4 @@ |
1767 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
1768 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
1769 |
<HTML> |
1770 |
<HEAD> |
1771 |
<title>%(archtype)s sýralamasý ile %(listname)s %(archive)s Arþivleri</title> |
1772 |
diff --git a/templates/tr/archtoc.html b/templates/tr/archtoc.html |
1773 |
index 405e044..a49dac3 100644 |
1774 |
--- a/templates/tr/archtoc.html |
1775 |
+++ b/templates/tr/archtoc.html |
1776 |
@@ -1,4 +1,4 @@ |
1777 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
1778 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
1779 |
<HTML> |
1780 |
<HEAD> |
1781 |
<title>%(listname)s Arþivleri</title> |
1782 |
diff --git a/templates/tr/archtocnombox.html b/templates/tr/archtocnombox.html |
1783 |
index a6a0b72..9b4d098 100644 |
1784 |
--- a/templates/tr/archtocnombox.html |
1785 |
+++ b/templates/tr/archtocnombox.html |
1786 |
@@ -1,4 +1,4 @@ |
1787 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
1788 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
1789 |
<HTML> |
1790 |
<HEAD> |
1791 |
<title>%(listname)s Arþivleri</title> |
1792 |
diff --git a/templates/tr/article.html b/templates/tr/article.html |
1793 |
index ec436e9..1f5cdb5 100644 |
1794 |
--- a/templates/tr/article.html |
1795 |
+++ b/templates/tr/article.html |
1796 |
@@ -1,4 +1,4 @@ |
1797 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
1798 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
1799 |
<HTML> |
1800 |
<HEAD> |
1801 |
<TITLE> %(title)s |
1802 |
@@ -6,6 +6,11 @@ |
1803 |
<LINK REL="Index" HREF="index.html" > |
1804 |
<LINK REL="made" HREF="mailto:%(email_url)s?Subject=%(subject_url)s&In-Reply-To=%(in_reply_to_url)s"> |
1805 |
<META NAME="robots" CONTENT="index,nofollow"> |
1806 |
+ <style type="text/css"> |
1807 |
+ pre { |
1808 |
+ white-space: pre-wrap; /* css-2.1, curent FF, Opera, Safari */ |
1809 |
+ } |
1810 |
+ </style> |
1811 |
%(encoding)s |
1812 |
%(prev)s |
1813 |
%(next)s |
1814 |
diff --git a/templates/tr/emptyarchive.html b/templates/tr/emptyarchive.html |
1815 |
index 51cb8ce..efcc798 100644 |
1816 |
--- a/templates/tr/emptyarchive.html |
1817 |
+++ b/templates/tr/emptyarchive.html |
1818 |
@@ -1,4 +1,4 @@ |
1819 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
1820 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
1821 |
<HTML> |
1822 |
<HEAD> |
1823 |
<title>%(listname)s Arþivleri</title> |
1824 |
diff --git a/templates/uk/archidxhead.html b/templates/uk/archidxhead.html |
1825 |
index 077f010..a98f200 100644 |
1826 |
--- a/templates/uk/archidxhead.html |
1827 |
+++ b/templates/uk/archidxhead.html |
1828 |
@@ -1,4 +1,4 @@ |
1829 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
1830 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
1831 |
<HTML> |
1832 |
<HEAD> |
1833 |
<title>ÐÑÑ
Ñв %(listname)s, Ñом %(archive)s, повÑÐ´Ð¾Ð¼Ð»ÐµÐ½Ð½Ñ Ð²Ð¿Ð¾ÑÑÐ´ÐºÐ¾Ð²Ð°Ð½Ñ Ð·Ð° %(archtype)s</title> |
1834 |
diff --git a/templates/uk/archtoc.html b/templates/uk/archtoc.html |
1835 |
index 2061483..2b01317 100644 |
1836 |
--- a/templates/uk/archtoc.html |
1837 |
+++ b/templates/uk/archtoc.html |
1838 |
@@ -1,4 +1,4 @@ |
1839 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
1840 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
1841 |
<HTML> |
1842 |
<HEAD> |
1843 |
<title>ÐÑÑ
Ñв %(listname)s</title> |
1844 |
diff --git a/templates/uk/archtocnombox.html b/templates/uk/archtocnombox.html |
1845 |
index 952e1cd..cab4a15 100644 |
1846 |
--- a/templates/uk/archtocnombox.html |
1847 |
+++ b/templates/uk/archtocnombox.html |
1848 |
@@ -1,4 +1,4 @@ |
1849 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
1850 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
1851 |
<HTML> |
1852 |
<HEAD> |
1853 |
<title>ÐÑÑ
Ñв %(listname)s</title> |
1854 |
diff --git a/templates/uk/article.html b/templates/uk/article.html |
1855 |
index ee2103c..deb878d 100644 |
1856 |
--- a/templates/uk/article.html |
1857 |
+++ b/templates/uk/article.html |
1858 |
@@ -1,4 +1,4 @@ |
1859 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
1860 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
1861 |
<HTML> |
1862 |
<HEAD> |
1863 |
<TITLE> %(title)s |
1864 |
@@ -6,6 +6,11 @@ |
1865 |
<LINK REL="Index" HREF="index.html" > |
1866 |
<LINK REL="made" HREF="mailto:%(email_url)s?Subject=%(subject_url)s&In-Reply-To=%(in_reply_to_url)s"> |
1867 |
<META NAME="robots" CONTENT="index,nofollow"> |
1868 |
+ <style type="text/css"> |
1869 |
+ pre { |
1870 |
+ white-space: pre-wrap; /* css-2.1, curent FF, Opera, Safari */ |
1871 |
+ } |
1872 |
+ </style> |
1873 |
%(encoding)s |
1874 |
%(prev)s |
1875 |
%(next)s |
1876 |
diff --git a/templates/uk/emptyarchive.html b/templates/uk/emptyarchive.html |
1877 |
index 2744f73..0cb4627 100644 |
1878 |
--- a/templates/uk/emptyarchive.html |
1879 |
+++ b/templates/uk/emptyarchive.html |
1880 |
@@ -1,4 +1,4 @@ |
1881 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
1882 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
1883 |
<HTML> |
1884 |
<HEAD> |
1885 |
<title>ÐÑÑ
Ñв ÑпиÑÐºÑ ÑозÑилки %(listname)s</title> |
1886 |
diff --git a/templates/vi/archidxhead.html b/templates/vi/archidxhead.html |
1887 |
index 5121858..c0ec847 100644 |
1888 |
--- a/templates/vi/archidxhead.html |
1889 |
+++ b/templates/vi/archidxhead.html |
1890 |
@@ -1,4 +1,4 @@ |
1891 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
1892 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
1893 |
<HTML> |
1894 |
<HEAD> |
1895 |
<title>Kho %(archive)s %(listname)s theo %(archtype)s</title> |
1896 |
diff --git a/templates/vi/archtoc.html b/templates/vi/archtoc.html |
1897 |
index 7bb2f65..67fc188 100644 |
1898 |
--- a/templates/vi/archtoc.html |
1899 |
+++ b/templates/vi/archtoc.html |
1900 |
@@ -1,4 +1,4 @@ |
1901 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
1902 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
1903 |
<HTML> |
1904 |
<HEAD> |
1905 |
<title>Kho của %(listname)s</title> |
1906 |
diff --git a/templates/vi/archtocnombox.html b/templates/vi/archtocnombox.html |
1907 |
index da0f37a..efabdcd 100644 |
1908 |
--- a/templates/vi/archtocnombox.html |
1909 |
+++ b/templates/vi/archtocnombox.html |
1910 |
@@ -1,4 +1,4 @@ |
1911 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
1912 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
1913 |
<HTML> |
1914 |
<HEAD> |
1915 |
<title>Kho của %(listname)s</title> |
1916 |
diff --git a/templates/vi/article.html b/templates/vi/article.html |
1917 |
index 74e19b1..d2594f1 100644 |
1918 |
--- a/templates/vi/article.html |
1919 |
+++ b/templates/vi/article.html |
1920 |
@@ -1,4 +1,4 @@ |
1921 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
1922 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
1923 |
<HTML> |
1924 |
<HEAD> |
1925 |
<TITLE> %(title)s |
1926 |
@@ -6,6 +6,11 @@ |
1927 |
<LINK REL="Index" HREF="index.html" > |
1928 |
<LINK REL="made" HREF="mailto:%(email_url)s?Subject=%(subject_url)s&In-Reply-To=%(in_reply_to_url)s"> |
1929 |
<META NAME="robots" CONTENT="index,nofollow"> |
1930 |
+ <style type="text/css"> |
1931 |
+ pre { |
1932 |
+ white-space: pre-wrap; /* css-2.1, curent FF, Opera, Safari */ |
1933 |
+ } |
1934 |
+ </style> |
1935 |
%(encoding)s |
1936 |
%(prev)s |
1937 |
%(next)s |
1938 |
diff --git a/templates/vi/emptyarchive.html b/templates/vi/emptyarchive.html |
1939 |
index ff7b79f..9eb4194 100644 |
1940 |
--- a/templates/vi/emptyarchive.html |
1941 |
+++ b/templates/vi/emptyarchive.html |
1942 |
@@ -1,4 +1,4 @@ |
1943 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
1944 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
1945 |
<HTML> |
1946 |
<HEAD> |
1947 |
<title>Kho của %(listname)s</title> |
1948 |
diff --git a/templates/zh_CN/archidxhead.html b/templates/zh_CN/archidxhead.html |
1949 |
index f27a0f8..fe0fa49 100644 |
1950 |
--- a/templates/zh_CN/archidxhead.html |
1951 |
+++ b/templates/zh_CN/archidxhead.html |
1952 |
@@ -1,4 +1,4 @@ |
1953 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
1954 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
1955 |
<HTML> |
1956 |
<HEAD> |
1957 |
<title>%(listname)s %(archive)s æ %(archtype)s å½æ¡£</title> |
1958 |
diff --git a/templates/zh_CN/archtoc.html b/templates/zh_CN/archtoc.html |
1959 |
index ce917fb..77e8e90 100644 |
1960 |
--- a/templates/zh_CN/archtoc.html |
1961 |
+++ b/templates/zh_CN/archtoc.html |
1962 |
@@ -1,4 +1,4 @@ |
1963 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
1964 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
1965 |
<HTML> |
1966 |
<HEAD> |
1967 |
<title> %(listname)s é®ä»¶å½æ¡£</title> |
1968 |
diff --git a/templates/zh_CN/archtocnombox.html b/templates/zh_CN/archtocnombox.html |
1969 |
index fa9524d..e7a2c4f 100644 |
1970 |
--- a/templates/zh_CN/archtocnombox.html |
1971 |
+++ b/templates/zh_CN/archtocnombox.html |
1972 |
@@ -1,4 +1,4 @@ |
1973 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
1974 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
1975 |
<HTML> |
1976 |
<HEAD> |
1977 |
<title>%(listname)s é®ä»¶å½æ¡£</title> |
1978 |
diff --git a/templates/zh_CN/article.html b/templates/zh_CN/article.html |
1979 |
index 11b52ed..9b3990b 100644 |
1980 |
--- a/templates/zh_CN/article.html |
1981 |
+++ b/templates/zh_CN/article.html |
1982 |
@@ -1,4 +1,4 @@ |
1983 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
1984 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
1985 |
<HTML> |
1986 |
<HEAD> |
1987 |
<TITLE> %(title)s |
1988 |
@@ -6,6 +6,11 @@ |
1989 |
<LINK REL="Index" HREF="index.html" > |
1990 |
<LINK REL="made" HREF="mailto:%(email_url)s?Subject=%(subject_url)s&In-Reply-To=%(in_reply_to_url)s"> |
1991 |
<META NAME="robots" CONTENT="index,nofollow"> |
1992 |
+ <style type="text/css"> |
1993 |
+ pre { |
1994 |
+ white-space: pre-wrap; /* css-2.1, curent FF, Opera, Safari */ |
1995 |
+ } |
1996 |
+ </style> |
1997 |
%(encoding)s |
1998 |
%(prev)s |
1999 |
%(next)s |
2000 |
diff --git a/templates/zh_CN/emptyarchive.html b/templates/zh_CN/emptyarchive.html |
2001 |
index 535c602..c374f5e 100644 |
2002 |
--- a/templates/zh_CN/emptyarchive.html |
2003 |
+++ b/templates/zh_CN/emptyarchive.html |
2004 |
@@ -1,4 +1,4 @@ |
2005 |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
2006 |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
2007 |
<HTML> |
2008 |
<HEAD> |
2009 |
<title>%(listname)s é®ä»¶å½æ¡£</title> |