From 7ce68a6244f214928fd8a8f0d079283bc3af81d0 Mon Sep 17 00:00:00 2001 From: Goran Rakic Date: Fri, 13 Jul 2012 21:44:06 +0200 Subject: [PATCH] Remove duplicate back to top link --- _posts/02-01-01-Code-Style-Guide.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/_posts/02-01-01-Code-Style-Guide.md b/_posts/02-01-01-Code-Style-Guide.md index 9a56bf6..264fd32 100644 --- a/_posts/02-01-01-Code-Style-Guide.md +++ b/_posts/02-01-01-Code-Style-Guide.md @@ -10,8 +10,6 @@ Ideally you should write PHP code that adheres to one or more of these standards * [Read about PSR-1][psr1] * [Read about PSR-2][psr2] -[Back to Top](#top) - [fig]: http://www.php-fig.org/ [psr0]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-0.md [psr1]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-1-basic-coding-standard.md