diff options
Diffstat (limited to 'www/links+/patches/patch-html_c')
| -rw-r--r-- | www/links+/patches/patch-html_c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/www/links+/patches/patch-html_c b/www/links+/patches/patch-html_c deleted file mode 100644 index 23aeeee..0000000 --- a/www/links+/patches/patch-html_c +++ /dev/null | |||
| @@ -1,12 +0,0 @@ | |||
| 1 | $OpenBSD: patch-html_c,v 1.17 2018/04/26 00:35:53 bcallah Exp $ | ||
| 2 | Index: html.c | ||
| 3 | --- html.c.orig | ||
| 4 | +++ html.c | ||
| 5 | @@ -1004,6 +1004,7 @@ static void html_a(unsigned char *a) | ||
| 6 | format_.target = stracpy(format_.target_base); | ||
| 7 | } | ||
| 8 | /*format_.attr ^= AT_BOLD;*/ | ||
| 9 | + format_.attr |= AT_UNDERLINE; | ||
| 10 | set_link_attr(); | ||
| 11 | } else if (!ev) kill_html_stack_item(&html_top); | ||
| 12 | if ((al = get_attr_val(a, cast_uchar "name"))) { | ||
