mirror of
https://github.com/e107inc/e107.git
synced 2025-08-28 16:50:07 +02:00
Issue #6 Language-file standards. Wrap definitions in double-quotes.
This commit is contained in:
@@ -62,6 +62,6 @@ define("SURVEY", "Survey");
|
||||
define("ARTICLE", "Article");
|
||||
define("CONTENT", "Content Page");
|
||||
define("REVIEW", "Review");
|
||||
define('OTHER', 'Other page: ');
|
||||
define("OTHER", "Other page: ");
|
||||
|
||||
?>
|
Reference in New Issue
Block a user