From a5cf5e2d9b425f34c420bac5340ea6bd23096fa5 Mon Sep 17 00:00:00 2001 From: Pavel Savinov Date: Sun, 22 Jul 2012 03:08:29 +1200 Subject: [PATCH 1/4] Fix scroll to utf-8 characters --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 1e0a580..4642745 100644 --- a/index.html +++ b/index.html @@ -11,6 +11,7 @@ description: "An easy-to-read, quick reference for PHP best practices, accepted {% if post.isChild != true and loop.first != true %} {{ backtotop|markdownify }} {% endif %} +
{{ post.content }} {% endfor %} {{ backtotop|markdownify }} From cba4d908ab1e85e432bee4ea040fda928894bc1e Mon Sep 17 00:00:00 2001 From: Pavel Savinov Date: Sun, 22 Jul 2012 03:09:14 +1200 Subject: [PATCH 2/4] Fix incorrect link --- _posts/05-03-01-Date-and-Time.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/05-03-01-Date-and-Time.md b/_posts/05-03-01-Date-and-Time.md index 0d9a6de..26b3747 100644 --- a/_posts/05-03-01-Date-and-Time.md +++ b/_posts/05-03-01-Date-and-Time.md @@ -61,7 +61,7 @@ foreach($periodIterator as $date) * [Read about DatePeriod][dateperiod] * [Read about date formatting][dateformat] (accepted date format string options) -[datetime]: http://www.php.net/manual/language.exceptions.php +[datetime]: http://www.php.net/manual/class.datetime.php [dateinterval]: http://www.php.net/manual/class.dateinterval.php [dateperiod]: http://www.php.net/manual/class.dateperiod.php [dateformat]: http://www.php.net/manual/function.date.php From 9cccdee2ffd4b77891480750680f9af6955253fb Mon Sep 17 00:00:00 2001 From: Pavel Savinov Date: Tue, 24 Jul 2012 00:06:33 +1200 Subject: [PATCH 3/4] Closed div tag --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 4642745..f22d1fc 100644 --- a/index.html +++ b/index.html @@ -13,5 +13,6 @@ description: "An easy-to-read, quick reference for PHP best practices, accepted {% endif %}
{{ post.content }} +
{% endfor %} {{ backtotop|markdownify }} From 5be6c2905e755c0d6cd3de72cda5bba2d2987359 Mon Sep 17 00:00:00 2001 From: Pavel Savinov Date: Tue, 24 Jul 2012 00:14:18 +1200 Subject: [PATCH 4/4] Remove dateinterval and dateperiod, book datetime contains them too --- _posts/05-03-01-Date-and-Time.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/_posts/05-03-01-Date-and-Time.md b/_posts/05-03-01-Date-and-Time.md index 26b3747..0e030ed 100644 --- a/_posts/05-03-01-Date-and-Time.md +++ b/_posts/05-03-01-Date-and-Time.md @@ -57,11 +57,7 @@ foreach($periodIterator as $date) {% endhighlight %} * [Read about DateTime][datetime] -* [Read about DateInterval][dateinterval] -* [Read about DatePeriod][dateperiod] * [Read about date formatting][dateformat] (accepted date format string options) -[datetime]: http://www.php.net/manual/class.datetime.php -[dateinterval]: http://www.php.net/manual/class.dateinterval.php -[dateperiod]: http://www.php.net/manual/class.dateperiod.php +[datetime]: http://www.php.net/manual/book.datetime.php [dateformat]: http://www.php.net/manual/function.date.php