From a2f3fcc24c71b70f22bd078fab3264a9a9d75e94 Mon Sep 17 00:00:00 2001 From: Aki Date: Sat, 8 Aug 2020 15:09:24 +0200 Subject: Added script and style to elided tags --- viewhtml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'viewhtml') 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} -- cgit v1.1