Fix example XML declarations.
This commit is contained in:
parent
7feb92d343
commit
cc403ddc14
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=27583
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||||
<!ENTITY base CDATA "../..">
|
<!ENTITY base CDATA "../..">
|
||||||
<!ENTITY date "$FreeBSD: www/en/gnome/docs/faq2.sgml,v 1.106 2006/04/18 04:18:04 bland Exp $">
|
<!ENTITY date "$FreeBSD: www/en/gnome/docs/faq2.sgml,v 1.107 2006/04/18 04:19:08 bland Exp $">
|
||||||
<!ENTITY title "FreeBSD GNOME Project: GNOME &gnomever; FAQ">
|
<!ENTITY title "FreeBSD GNOME Project: GNOME &gnomever; FAQ">
|
||||||
<!ENTITY % navincludes SYSTEM "../includes.navgnome.sgml"> %navincludes;
|
<!ENTITY % navincludes SYSTEM "../includes.navgnome.sgml"> %navincludes;
|
||||||
<!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes;
|
<!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes;
|
||||||
|
@ -896,7 +896,7 @@ http://www.marcuscom.com/tb/packages-amd64/5.4-FreeBSD/Latest/
|
||||||
looks like:</p>
|
looks like:</p>
|
||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
<xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<mime-type
|
<mime-type
|
||||||
xmlns="http://www.freedesktop.org/standards/shared-mime-info"
|
xmlns="http://www.freedesktop.org/standards/shared-mime-info"
|
||||||
type="application/x-chm">
|
type="application/x-chm">
|
||||||
|
@ -910,7 +910,7 @@ type="application/x-chm">
|
||||||
like:</p>
|
like:</p>
|
||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
<xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<mime-info
|
<mime-info
|
||||||
xmlns="http://www.freedesktop.org/standards/shared-mime-info">
|
xmlns="http://www.freedesktop.org/standards/shared-mime-info">
|
||||||
<mime-type type="application/x-chm">
|
<mime-type type="application/x-chm">
|
||||||
|
|
Loading…
Reference in a new issue