summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xw3watch2
1 files changed, 1 insertions, 1 deletions
diff --git a/w3watch b/w3watch
index 71d4951..f61c760 100755
--- a/w3watch
+++ b/w3watch
@@ -64,7 +64,7 @@ check() {
url="$(echo "${url}" | cut -c 1 --complement -)"
dump=$($LYNX -source "$url")
else
- dump=$($LYNX -dump "$url")
+ dump=$($LYNX -dump -nonumbers "$url")
fi
if [ $? -ne 0 ]; then