From 086ddf2577511cf86ad896571f0fccb36972e435 Mon Sep 17 00:00:00 2001 From: Will Rossiter Date: Sat, 20 Sep 2014 13:45:23 +1200 Subject: [PATCH] Add arrows to next / previous. --- templates/Includes/DocumentationNextPrevious.ss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/Includes/DocumentationNextPrevious.ss b/templates/Includes/DocumentationNextPrevious.ss index d26d88f..45c9d57 100644 --- a/templates/Includes/DocumentationNextPrevious.ss +++ b/templates/Includes/DocumentationNextPrevious.ss @@ -1,11 +1,11 @@ <% if NextPage || PreviousPage %>
<% if PreviousPage %> - + <% end_if %> <% if NextPage %> - + <% end_if %>
<% end_if %> \ No newline at end of file