JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
fixed merge conflicts
authorJason Woofenden <jason183@herkamire.com>
Tue, 18 Sep 2007 03:07:41 +0000 (23:07 -0400)
committerJason Woofenden <jason183@herkamire.com>
Tue, 18 Sep 2007 03:07:41 +0000 (23:07 -0400)
1  2 
encode.php

diff --cc encode.php
@@@ -50,7 -50,8 +50,7 @@@ function enc_html($str) 
        return $str;
  }
  
- # Encode for output in html. converts \n to <br />
 -
 -# Encode for output in html. Converts newlines to <br />
++# Encode for output in html. Convert newlines to <br />
  #
  # Example: <p>~foo.html~</p>
  function enc_htmlbr($str) {