summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe <joe@joelightning.com>2012-01-03 20:29:34 +0000
committerJoe <joe@joelightning.com>2012-01-03 20:29:34 +0000
commit7ef4f7a7f8c7810fa0fc7385a055453ac1694c79 (patch)
treebb7db0bd129ccab30ef8e1303d14254f2357bc8b
parent3482e242671f00e6e33c450458dfc3af204e4363 (diff)
stopped this function from adding newlines
-rw-r--r--common_codez2
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
}