From 6888b60108e4cc965fb9b08d5b488da70f2ec94b Mon Sep 17 00:00:00 2001
From: Jacob Jenson <jacob@schedmd.com>
Date: Tue, 4 Mar 2014 15:55:59 -0800
Subject: [PATCH] increase min height

---
 doc/html/linuxstyles.css | 2 +-
 doc/html/mail.shtml      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/html/linuxstyles.css b/doc/html/linuxstyles.css
index 947341d1a29..546b8fb70f1 100644
--- a/doc/html/linuxstyles.css
+++ b/doc/html/linuxstyles.css
@@ -53,7 +53,7 @@ pre {font-size: 90%; font-family:"Courier New", Courier, monospace}
   background-color: #FFFFFF;
   line-height:130%;
   display:table;
-  min-height:685px;
+  min-height:770px;
   height:auto;
   height:685px;
 }
diff --git a/doc/html/mail.shtml b/doc/html/mail.shtml
index 416ed09ad1f..b02eb499b3d 100644
--- a/doc/html/mail.shtml
+++ b/doc/html/mail.shtml
@@ -14,7 +14,7 @@ You can likewise unsubscribe from either list at the same link.
 </p>
 
 <p>The archive of the <b>slurm-dev</b> list is online:<br>
-<a href=http://dir.gmane.org/gmane.comp.distributed.slurm.devel">http://dir.gmane.org/gmane.comp.distributed.slurm.devel</a><br>
+<a href="http://dir.gmane.org/gmane.comp.distributed.slurm.devel">http://dir.gmane.org/gmane.comp.distributed.slurm.devel</a><br>
 and<br>
 <a href="http://groups.google.com/group/slurm-devel">http://groups.google.com/group/slurm-devel</a></p>
 
-- 
GitLab