SF.net SVN: geany: [1604] trunk

eht16 at users.sourceforge.net eht16 at xxxxx
Sat Jun 9 12:17:18 UTC 2007


Revision: 1604
          http://svn.sourceforge.net/geany/?rev=1604&view=rev
Author:   eht16
Date:     2007-06-09 05:17:18 -0700 (Sat, 09 Jun 2007)

Log Message:
-----------
Change PHP short open tag to the full open tag.

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/src/templates.c

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2007-06-09 12:11:18 UTC (rev 1603)
+++ trunk/ChangeLog	2007-06-09 12:17:18 UTC (rev 1604)
@@ -3,6 +3,7 @@
  * THANKS, src/document.c:
    Apply from François Cami and Guillaume Duviol to improve replacement
    of tabs by spaces (thank you).
+ * src/templates.c: Change PHP short open tag to the full open tag.
 
 
 2007-06-08  Frank Lanitz  <frank at frank.uvena.de>

Modified: trunk/src/templates.c
===================================================================
--- trunk/src/templates.c	2007-06-09 12:11:18 UTC (rev 1603)
+++ trunk/src/templates.c	2007-06-09 12:17:18 UTC (rev 1604)
@@ -442,7 +442,7 @@
 
 		case GEANY_FILETYPES_PHP:
 		{
-			frame_start = "<?\n/*\n";
+			frame_start = "<?php\n/*\n";
 			frame_end = " */\n?>\n";
 			line_prefix = " *";
 			break;


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list