From cd91f0a6488bfac9da5847caa87586b157fceb58 Mon Sep 17 00:00:00 2001 From: Danny Auble <da@schedmd.com> Date: Tue, 10 Sep 2013 21:13:29 -0700 Subject: [PATCH] remove unneeded > --- doc/html/faq.shtml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/html/faq.shtml b/doc/html/faq.shtml index 91150fd0325..b62eea4c5ff 100644 --- a/doc/html/faq.shtml +++ b/doc/html/faq.shtml @@ -160,9 +160,9 @@ launch a shell on a node in the job's allocation?</a></li> <li><a href="#upgrade">What should I be aware of when upgrading Slurm?</a></li> <li><a href="#torque">How easy is it to switch from PBS or Torque to Slurm?</a></li> <li><a href="#sssd">I am having trouble using SSSD with Slurm.</a></li> -<li><a href="#ha_db>">How critical is configuring high availability for my +<li><a href="#ha_db">How critical is configuring high availability for my database?</a></li> -<li><a href="#sql>">How can I use double quotes in MySQL queries?</a></li> +<li><a href="#sql">How can I use double quotes in MySQL queries?</a></li> </ol> <h2>For Management</h2> @@ -1716,7 +1716,7 @@ enumerate = True case_sensitive = False </pre> -<p><a name="ha_db>"><b>54. How critical is configuring high availability for my +<p><a name="ha_db"><b>54. How critical is configuring high availability for my database?</b></a></br> <ul> <li>Consider if you really need mysql failover. Short outage of slurdbd is not @@ -1735,7 +1735,7 @@ IP between master/backup mysql servers and:</li> </ul> </ul> -<p><a name="sql>"><b>55.How can I use double quotes in MySQL queries?</b></a></br> +<p><a name="sql"><b>55.How can I use double quotes in MySQL queries?</b></a></br> Execute: <pre> SET session sql_mode='ANSI_QUOTES'; -- GitLab