From: Jason Woofenden Date: Tue, 18 Sep 2007 03:07:41 +0000 (-0400) Subject: fixed merge conflicts X-Git-Url: https://jasonwoof.com/gitweb/?a=commitdiff_plain;h=71fc7c41c946279b6d1e1072f72ad3f5aa6a7b39;hp=6c27f346217f7b4b8b24064371f2461cf57c6167;p=wfpl.git fixed merge conflicts --- diff --git a/encode.php b/encode.php index 123fcc9..bad7b4b 100644 --- a/encode.php +++ b/encode.php @@ -50,7 +50,7 @@ function enc_html($str) { return $str; } -# Encode for output in html. converts \n to
+# Encode for output in html. Convert newlines to
# # Example:

~foo.html~

function enc_htmlbr($str) { @@ -129,6 +129,17 @@ function enc_states($str) { return encode_options($str, $states_assoc, $use_keys = true); } +# display