From 66775c8a2976aefc7879d623a070d510254e4b6c Mon Sep 17 00:00:00 2001
From: Case Duckworth
Date: Thu, 12 Mar 2015 20:15:34 -0700
Subject: Fix bug in previous/next navlinks

---
 words-meaning.html | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

(limited to 'words-meaning.html')

diff --git a/words-meaning.html b/words-meaning.html
index 4c9e82e..710dc7b 100644
--- a/words-meaning.html
+++ b/words-meaning.html
@@ -44,14 +44,16 @@
     </article>
     <nav>
                 <a class="prevlink" href="and.html"
-            title="Next article in Elegies for alternate selves">
+            title="Previous article in Elegies for alternate selves">
             And
         </a>
                 <a href="#" id="lozenge" title="Random page"> &loz; </a>
                 <a class="nextlink" href="apollo11.html"
-            title="Previous article in Elegies for alternate selves">
+            title="Next article in Elegies for alternate selves">
             On seeing the panorama of the Apollo 11 landing site
         </a>
             </nav>
-    </body>
+
+    
+</body>
 </html>
-- 
cgit 1.4.1-21-gabe81