summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xviewhtml2
1 files changed, 2 insertions, 0 deletions
diff --git a/viewhtml b/viewhtml
index 80eea55..2b6d1fd 100755
--- a/viewhtml
+++ b/viewhtml
@@ -16,6 +16,8 @@ set w .t
$w tag config title -elide true
$w tag config href -elide true
+$w tag config script -elide true
+$w tag config style -elide true
$w tag config a -foreground blue -underline 1
$w tag config strong -font {Times 12 bold}
$w tag config b -font {Times 12 bold}