Skip to content

Commit

Permalink
PHPdoc and whitespace fixes in config_defaults_inc.php
Browse files Browse the repository at this point in the history
Removed < > around pre in comment for g_wrap_in_preformatted_text,
causing syntax error when compiling PHPdoc.
  • Loading branch information
dregad committed Mar 31, 2012
1 parent 843b73c commit 4eb7dac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config_defaults_inc.php
Expand Up @@ -1743,9 +1743,9 @@
$g_max_dropdown_length = 40;

/**
* This flag conntrolls whether pre-formatted text (delimited by <pre> tags
* is wrapped to a maximum linelength (defaults to 100 chars in strings_api)
* If turned off, the display may be wide when viewing the text
* This flag controls whether pre-formatted text (delimited by HTML pre tags
* is wrapped to a maximum linelength (defaults to 100 chars in strings_api)
* If turned off, the display may be wide when viewing the text
* @global int $g_wrap_in_preformatted_text
*/
$g_wrap_in_preformatted_text = ON;
Expand Down

0 comments on commit 4eb7dac

Please sign in to comment.