Skip to content

Commit f36aaf2

Browse files
committed
typo
1 parent 3639beb commit f36aaf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The master branch is used for code (mostly new features) that shall go into the
1212
* Magic quotes is gone, get used to it now. config = magic_quotes_gpc() Everything must be quoted
1313
* Don't use ereg, split and other old function -> gone in PHP 5.4
1414
* Don't use features that are not supported in PHP 5.3, for compatibility with LTS OS releases, ISPConfig must support PHP 5.3+
15-
* Don't use shorttags. A Shorttag is <? and that is confusing with <?xml -> always usw <?php
15+
* Don't use shorttags. A Shorttag is <? and that is confusing with <?xml -> always use <?php
1616
* Don't use namespaces
1717
* Column names in database tables and database table names are in lowercase
1818
* Classes for the interface are located in interface/lib/classes/ and loaded with $app->uses() or $app->load() functions.

0 commit comments

Comments
 (0)