From 765e6dcbe067b45c83e0062f707158620296a3c2 Mon Sep 17 00:00:00 2001 From: laf Date: Tue, 5 May 2015 22:55:12 +0100 Subject: [PATCH] Updated pgp -> php mistake --- doc/Developing/Code-Guidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Developing/Code-Guidelines.md b/doc/Developing/Code-Guidelines.md index 9bca5ac41..4d661662b 100644 --- a/doc/Developing/Code-Guidelines.md +++ b/doc/Developing/Code-Guidelines.md @@ -49,4 +49,4 @@ Ensure you use ` tag isn't required for included php files. For instance anything in includes/ or html/includes don't need the tag along with config.pgp. If the php file is standalone then you still need the tag. If you are unsure, add it in :) +The `?>` tag isn't required for included php files. For instance anything in includes/ or html/includes don't need the tag along with config.php. If the php file is standalone then you still need the tag. If you are unsure, add it in :)