From f731160dedbbf22e97222b332c631f5cdfa79f1e Mon Sep 17 00:00:00 2001 From: andrea Date: Mon, 20 Aug 2012 15:02:13 +0200 Subject: [PATCH] Fixed maruku warning: Unclosed span (waiting for ["*"]) --- pages/The-Basics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/The-Basics.md b/pages/The-Basics.md index e7a6f3f..7b2e893 100644 --- a/pages/The-Basics.md +++ b/pages/The-Basics.md @@ -274,7 +274,7 @@ EOD; // closing 'EOD' must be on it's own line, and to th */ {% endhighlight %} -*[Heredoc syntax](http://www.php.net/manual/en/language.types.string.php#language.types.string.syntax.heredoc) +* [Heredoc syntax](http://www.php.net/manual/en/language.types.string.php#language.types.string.syntax.heredoc) ## Ternary operators