summaryrefslogtreecommitdiff
path: root/viewhtml
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2020-08-08 15:09:24 +0200
committerAki <please@ignore.pl>2020-08-08 15:09:24 +0200
commita2f3fcc24c71b70f22bd078fab3264a9a9d75e94 (patch)
tree29c5009b9815651439f35b53b2568d331b6f61ec /viewhtml
parentffbe00d1106c29ec94640f7bbbe38f96a814cfb1 (diff)
downloadbrowse-a2f3fcc24c71b70f22bd078fab3264a9a9d75e94.zip
browse-a2f3fcc24c71b70f22bd078fab3264a9a9d75e94.tar.gz
browse-a2f3fcc24c71b70f22bd078fab3264a9a9d75e94.tar.bz2
Added script and style to elided tags
Diffstat (limited to 'viewhtml')
-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}