Paul Vriens : Fix page pointing to itself

Jeremy Newman jnewman at winehq.org
Thu Dec 11 11:11:16 CST 2008


Module: website
Branch: master
Commit: b33149314c8db6d1df3cc465f231a66df34be82a
URL:    http://source.winehq.org/git/website.git/?a=commit;h=b33149314c8db6d1df3cc465f231a66df34be82a

Author: Paul Vriens <paul.vriens.wine at gmail.com>
Date:   Thu Dec 11 17:53:26 2008 +0100

Fix page pointing to itself

Hi,

Features was pointing to itself instead of to the correct 'Previous'

Changelog
   Fix page pointing to itself

--
Cheers,

Paul.

>From 4cd849bbb94c27c1aa2575b5e2744648918b4b93 Mon Sep 17 00:00:00 2001
From: Paul Vriens <Paul.Vriens.Wine at gmail.com>
Date: Thu, 11 Dec 2008 17:51:25 +0100
Subject: [PATCH] Fix page pointing to itself

---

 templates/en/wine_features.template |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/templates/en/wine_features.template b/templates/en/wine_features.template
index 23397ff..e5ac159 100644
--- a/templates/en/wine_features.template
+++ b/templates/en/wine_features.template
@@ -57,7 +57,7 @@ alt="Wine in action"></a>
 <table width="100%" border=0 cellpadding=0 cellspacing=0>
 <tr valign=top>
   <td width="50%" align=left>
-    <a href="{$root}/wine_features">Previous</a>: Wine Features
+    <a href="{$root}/myths">Previous</a>: Debunking Wine Myths
   </td>
   <td width="50%" align=right>
     Acknowledgements :<a href="{$root}/acknowledgement">Next</a>




More information about the wine-cvs mailing list