diff options
author | Joe <joe@joelightning.com> | 2012-01-03 20:29:34 +0000 |
---|---|---|
committer | Joe <joe@joelightning.com> | 2012-01-03 20:29:34 +0000 |
commit | 7ef4f7a7f8c7810fa0fc7385a055453ac1694c79 (patch) | |
tree | bb7db0bd129ccab30ef8e1303d14254f2357bc8b | |
parent | 3482e242671f00e6e33c450458dfc3af204e4363 (diff) |
stopped this function from adding newlines
-rw-r--r-- | common_codez | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common_codez b/common_codez index dd9e82a..5f4b845 100644 --- a/common_codez +++ b/common_codez @@ -2,5 +2,5 @@ function replace_wierd_html_chars { - w3m -dump -T text/html + w3m -dump -T text/html -cols 9999 } |