diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2012-08-11 10:37:42 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2012-08-11 10:37:42 +0000 |
commit | 42b18717e874158c30a8bffa08880b5e50bbc459 (patch) | |
tree | 9164ff29b33388881d1406bc731dcd4dbcaefe67 /el_GR.ISO8859-7 | |
parent | 7612b1576bf308e132738d3105486fe9814d1cc1 (diff) | |
download | doc-42b18717e874158c30a8bffa08880b5e50bbc459.tar.gz doc-42b18717e874158c30a8bffa08880b5e50bbc459.zip |
- Add proper XML declarations with encoding specification to files that
didn't yet have it
Approved by: doceng (implicit)
Notes
Notes:
svn path=/projects/sgml2xml/; revision=39359
Diffstat (limited to 'el_GR.ISO8859-7')
-rw-r--r-- | el_GR.ISO8859-7/books/handbook/appendix.decl | 1 | ||||
-rw-r--r-- | el_GR.ISO8859-7/books/handbook/bsdinstall/chapter.sgml | 1 | ||||
-rw-r--r-- | el_GR.ISO8859-7/books/handbook/chapter.decl | 1 | ||||
-rw-r--r-- | el_GR.ISO8859-7/htdocs/FAQ/index.html | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/el_GR.ISO8859-7/books/handbook/appendix.decl b/el_GR.ISO8859-7/books/handbook/appendix.decl index 0417e6bd58..54be707ba6 100644 --- a/el_GR.ISO8859-7/books/handbook/appendix.decl +++ b/el_GR.ISO8859-7/books/handbook/appendix.decl @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="iso-8859-7"?> <!DOCTYPE appendix PUBLIC "-//FreeBSD//DTD DocBook V3.1-Based Extension//EN"> <!-- diff --git a/el_GR.ISO8859-7/books/handbook/bsdinstall/chapter.sgml b/el_GR.ISO8859-7/books/handbook/bsdinstall/chapter.sgml index c4305722b7..fc32da5c21 100644 --- a/el_GR.ISO8859-7/books/handbook/bsdinstall/chapter.sgml +++ b/el_GR.ISO8859-7/books/handbook/bsdinstall/chapter.sgml @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="iso-8859-7"?> <!-- Το Εγχειρίδιο του FreeBSD: Εγκατάσταση του FreeBSD 9.0 diff --git a/el_GR.ISO8859-7/books/handbook/chapter.decl b/el_GR.ISO8859-7/books/handbook/chapter.decl index a17911c445..4c4c922631 100644 --- a/el_GR.ISO8859-7/books/handbook/chapter.decl +++ b/el_GR.ISO8859-7/books/handbook/chapter.decl @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="iso-8859-7"?> <!DOCTYPE chapter PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN"> <!-- diff --git a/el_GR.ISO8859-7/htdocs/FAQ/index.html b/el_GR.ISO8859-7/htdocs/FAQ/index.html index b8329b45e0..0315203a03 100644 --- a/el_GR.ISO8859-7/htdocs/FAQ/index.html +++ b/el_GR.ISO8859-7/htdocs/FAQ/index.html @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="iso-8859-7"?> <html> <head> <meta http-equiv="refresh" content="5;url=../doc/el_GR.ISO8859-7/books/faq/index.html"> |