diff options
author | jake%bugzilla.org <> | 2004-12-07 21:29:04 +0100 |
---|---|---|
committer | jake%bugzilla.org <> | 2004-12-07 21:29:04 +0100 |
commit | b892bd58a061d5acc09eb291c2e7b3a7f551157f (patch) | |
tree | f6c29855e8443d54d0a1350973cd5b4c438a19fd | |
parent | 6c9ed14d40c33a8c1a257ab5f6185c6277ab21d0 (diff) | |
download | bugzilla-b892bd58a061d5acc09eb291c2e7b3a7f551157f.tar.gz bugzilla-b892bd58a061d5acc09eb291c2e7b3a7f551157f.tar.xz |
Add id's to sections that didn't have them.
-rw-r--r-- | docs/xml/troubleshooting.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/xml/troubleshooting.xml b/docs/xml/troubleshooting.xml index be2155766..9c4a7ab67 100644 --- a/docs/xml/troubleshooting.xml +++ b/docs/xml/troubleshooting.xml @@ -1,5 +1,5 @@ <!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"> --> -<!-- $Id: troubleshooting.xml,v 1.1 2004/12/07 11:41:59 jake%bugzilla.org Exp $ --> +<!-- $Id: troubleshooting.xml,v 1.2 2004/12/07 12:29:04 jake%bugzilla.org Exp $ --> <appendix id="troubleshooting"> <title>Troubleshooting</title> @@ -31,7 +31,7 @@ </para> </section> - <section> + <section id="trbl-testserver"> <title>The Apache webserver is not serving Bugzilla pages</title> <para>After you have run <command>checksetup.pl</command> twice, run <command>testserver.pl http://yoursite.yourdomain/yoururl</command> @@ -47,7 +47,7 @@ TEST-OK Webserver is preventing fetch of http://landfill.bugzilla.org/bugzilla-t </programlisting> </section> - <section> + <section id="trbl-perlmodule"> <title>I installed a Perl module, but <filename>checksetup.pl</filename> claims it's not installed!</title> @@ -70,7 +70,7 @@ TEST-OK Webserver is preventing fetch of http://landfill.bugzilla.org/bugzilla-t </orderedlist> </section> - <section> + <section id="trbl-bundleBugzilla"> <title>Bundle::Bugzilla makes me upgrade to Perl 5.6.1</title> <para>Try executing <command>perl -MCPAN -e 'install CPAN'</command> @@ -88,7 +88,7 @@ TEST-OK Webserver is preventing fetch of http://landfill.bugzilla.org/bugzilla-t </section> - <section> + <section id="trbl-dbdSponge"> <title>DBD::Sponge::db prepare failed</title> <para>The following error message may appear due to a bug in DBD::mysql |