From 3cd484280ab52f1da4fe6b6b74902340b8ea504b Mon Sep 17 00:00:00 2001
From: Danny Auble <da@llnl.gov>
Date: Wed, 25 Aug 2010 18:04:11 +0000
Subject: [PATCH] fix for bad lines

---
 doc/html/configurator.html.in | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/html/configurator.html.in b/doc/html/configurator.html.in
index 9f9b506762c..76d8b0a7cc3 100644
--- a/doc/html/configurator.html.in
+++ b/doc/html/configurator.html.in
@@ -154,11 +154,11 @@ function displayfile()
    "#FirstJobId=1 <br>" +
    "#GresPlugins= <br>" +
    "#GroupUpdateForce=0 <br>" +
-   "#GroupUpdateTime=600 <br>" 
+   "#GroupUpdateTime=600 <br>" +
    "#JobCheckpointDir=/var/slurm/checkpoint <br>" +
    get_field("JobCredentialPrivateKey", document.config.private_key) + "<br>" +
    get_field("JobCredentialPublicCertificate", document.config.public_key) + "<br>" +
-   "#JobFileAppend=0 <br>" ++
+   "#JobFileAppend=0 <br>" +
    "#JobRequeue=1 <br>" +
    "#JobSubmitPlugins=1 <br>" +
    "#KillOnBadExit=0 <br>" +
@@ -859,6 +859,6 @@ before terminating all remaining tasks. A value of zero indicates unlimited wait
 </FORM>
 <HR>
 <P class="footer">LLNL-WEB-402631<BR>
-Last modified 30 March 2010</P>
+Last modified 25 August 2010</P>
 </BODY>
 
-- 
GitLab