Author: Christoph M. Becker (cmb69)
Date: 2022-07-12T11:46:13+02:00

Commit: 
https://github.com/php/web-php/commit/184010c4b00e083b4aea60da1fef8fab372b27fd
Raw diff: 
https://github.com/php/web-php/commit/184010c4b00e083b4aea60da1fef8fab372b27fd.diff

Remove silly syntax highlighting work around

This is unlikely to be an issue nowadays.

Changed paths:
  M  releases/feed.php


Diff:

diff --git a/releases/feed.php b/releases/feed.php
index 0cd3b6534..bfcf2417d 100644
--- a/releases/feed.php
+++ b/releases/feed.php
@@ -18,8 +18,6 @@
 
 XML;
 
-/* FIX silly editor highlighting */ ?><?php
-
 // Flatten major versions out of RELEASES.
 $RELEASED_VERSIONS = array_reduce($RELEASES, 'array_merge', []);
 $FEED_UPDATED =  0;

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to