Skip to content

Commit

Permalink
Disabled HTMLPurifier Linkify feature
Browse files Browse the repository at this point in the history
  • Loading branch information
trustmaster committed Aug 18, 2011
1 parent 21fd58d commit 6ae0520
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -19,7 +19,7 @@
// Auto-format
'AutoFormat.AutoParagraph' => false,
'AutoFormat.DisplayLinkURI' => false,
'AutoFormat.Linkify' => true,
'AutoFormat.Linkify' => false,
'AutoFormat.RemoveEmpty.RemoveNbsp' => false,
'AutoFormat.RemoveEmpty' => true,
'AutoFormat.RemoveSpansWithoutAttributes' => true,
Expand Down
Expand Up @@ -21,7 +21,7 @@
// Auto-format
'AutoFormat.AutoParagraph' => false,
'AutoFormat.DisplayLinkURI' => false,
'AutoFormat.Linkify' => true,
'AutoFormat.Linkify' => false,
'AutoFormat.RemoveEmpty.RemoveNbsp' => false,
'AutoFormat.RemoveEmpty' => true,
'AutoFormat.RemoveSpansWithoutAttributes' => true,
Expand Down

0 comments on commit 6ae0520

Please sign in to comment.