about summary refs log tree commit diff stats
path: root/reports.html
diff options
context:
space:
mode:
authorCase Duckworth2015-03-12 20:15:34 -0700
committerCase Duckworth2015-03-12 20:15:34 -0700
commit66775c8a2976aefc7879d623a070d510254e4b6c (patch)
tree8b7773e87ec47d151f334274fbc9bf2440f09b79 /reports.html
parentFix bug in Something Simple (diff)
downloadautocento-66775c8a2976aefc7879d623a070d510254e4b6c.tar.gz
autocento-66775c8a2976aefc7879d623a070d510254e4b6c.zip
Fix bug in previous/next navlinks
Diffstat (limited to 'reports.html')
-rw-r--r--reports.html12
1 files changed, 7 insertions, 5 deletions
diff --git a/reports.html b/reports.html index ce82d62..11ea47d 100644 --- a/reports.html +++ b/reports.html
@@ -49,22 +49,24 @@
49 </article> 49 </article>
50 <nav> 50 <nav>
51 <a class="prevlink" href="snow.html" 51 <a class="prevlink" href="snow.html"
52 title="Next article in Buildings out of air: Paul in the Woods"> 52 title="Previous article in Buildings out of air: Paul in the Woods">
53 Snow 53 Snow
54 </a> 54 </a>
55 <a class="prevlink" href="question.html" 55 <a class="prevlink" href="question.html"
56 title="Next article in Buildings out of air: Paul in the Woods"> 56 title="Previous article in Buildings out of air: Paul in the Woods">
57 Question 57 Question
58 </a> 58 </a>
59 <a href="#" id="lozenge" title="Random page"> &loz; </a> 59 <a href="#" id="lozenge" title="Random page"> &loz; </a>
60 <a class="nextlink" href="swear.html" 60 <a class="nextlink" href="swear.html"
61 title="Previous article in Buildings out of air: Paul in the Woods"> 61 title="Next article in Buildings out of air: Paul in the Woods">
62 Swear 62 Swear
63 </a> 63 </a>
64 <a class="nextlink" href="sapling.html" 64 <a class="nextlink" href="sapling.html"
65 title="Previous article in Buildings out of air: Paul in the Woods"> 65 title="Next article in Buildings out of air: Paul in the Woods">
66 Sapling 66 Sapling
67 </a> 67 </a>
68 </nav> 68 </nav>
69 </body> 69
70
71</body>
70</html> 72</html>