Jeremy Newman : fix opening PHP tag for PHP 5.6
21 Mar
2016
21 Mar
'16
1:46 p.m.
Module: website Branch: master Commit: 174c1335fc2650d31b4c37d83241912ba78f636d URL: http://source.winehq.org/git/website.git/?a=commit;h=174c1335fc2650d31b4c37d... Author: Jeremy Newman <jnewman(a)codeweavers.com> Date: Mon Mar 21 08:45:49 2016 -0500 fix opening PHP tag for PHP 5.6 --- include/wwn.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wwn.php b/include/wwn.php index 1d81e7c..7203b2f 100644 --- a/include/wwn.php +++ b/include/wwn.php @@ -1,4 +1,4 @@ -<? +<?php /* WineHQ
3650
Age (days ago)
3650
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jeremy Newman