From 2f2d99f80c770fd6d60b650bffe5a81acaa16b8f Mon Sep 17 00:00:00 2001 From: Eli White Date: Sat, 15 Apr 2017 10:29:48 -0400 Subject: [PATCH] Fixing a problem that existed with the News Creation tool. A formatting change that was thought to not affect anything functionally (changing some spacing of an option), ended up causing conference announcements to not appear on the website. --- bin/createNewsEntry | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/createNewsEntry b/bin/createNewsEntry index 4b3b4c072..4489c2d0b 100755 --- a/bin/createNewsEntry +++ b/bin/createNewsEntry @@ -49,7 +49,7 @@ $categories = array( array("frontpage" => "PHP.net frontpage news"), array("releases" => "New PHP release"), array("conferences" => "Conference announcement"), - array("cfp " => "Call for Papers"), + array("cfp" => "Call for Papers"), ); $confs = array(2, 3);