Change PHP short open tag to the full open tag.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1604 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
parent
fbd6af9919
commit
2fe5873901
@ -3,6 +3,7 @@
|
|||||||
* THANKS, src/document.c:
|
* THANKS, src/document.c:
|
||||||
Apply from François Cami and Guillaume Duviol to improve replacement
|
Apply from François Cami and Guillaume Duviol to improve replacement
|
||||||
of tabs by spaces (thank you).
|
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@frank.uvena.de>
|
2007-06-08 Frank Lanitz <frank@frank.uvena.de>
|
||||||
|
|||||||
@ -442,7 +442,7 @@ static gchar *make_comment_block(const gchar *comment_text, gint filetype_idx, g
|
|||||||
|
|
||||||
case GEANY_FILETYPES_PHP:
|
case GEANY_FILETYPES_PHP:
|
||||||
{
|
{
|
||||||
frame_start = "<?\n/*\n";
|
frame_start = "<?php\n/*\n";
|
||||||
frame_end = " */\n?>\n";
|
frame_end = " */\n?>\n";
|
||||||
line_prefix = " *";
|
line_prefix = " *";
|
||||||
break;
|
break;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user