From e41e1d4269e55d00435d585146f8c0d650f0d694 Mon Sep 17 00:00:00 2001 From: Jeremy Bush Date: Wed, 18 Aug 2010 13:14:56 -0500 Subject: [PATCH 1/2] Upgrading to mustache 0.3.0 --- vendor/mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/mustache b/vendor/mustache index 0b542e4..8b1c9c1 160000 --- a/vendor/mustache +++ b/vendor/mustache @@ -1 +1 @@ -Subproject commit 0b542e4e0854246b1f1ababbaccece95ca047292 +Subproject commit 8b1c9c113c4e189923e4874be6fca5be715239ac From 0858cd450fa2cce2ef861083bbc0dc5d94d48760 Mon Sep 17 00:00:00 2001 From: Jeremy Bush Date: Thu, 9 Dec 2010 13:21:30 -0600 Subject: [PATCH 2/2] Fixing a small typo in the readme :) --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 9f85e09..e10b152 100644 --- a/README.markdown +++ b/README.markdown @@ -48,7 +48,7 @@ Did you know the pagination view in Kohana is terrible? We are going to fix it:

-Wow, look at all that login in there! How do you plan on effectively maintaining that?!? +Wow, look at all that logic in there! How do you plan on effectively maintaining that?!? ### Our new View Class (classes/view/pagination/basic.php)