diff options
-rwxr-xr-x | viewhtml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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} |