Got questions, comments, patches, etc.?
Contact Jason Woofenden
gitweb
/
wfpl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
6c27f34
8abf94f
)
fixed merge conflicts
author
Jason Woofenden
<jason183@herkamire.com>
Tue, 18 Sep 2007 03:07:41 +0000
(23:07 -0400)
committer
Jason Woofenden
<jason183@herkamire.com>
Tue, 18 Sep 2007 03:07:41 +0000
(23:07 -0400)
1
2
encode.php
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
encode.php
index
123fcc9
,
1cbac74
..
bad7b4b
---
1
/
encode.php
---
2
/
encode.php
+++ b/
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) {