mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[html] const prefix
This commit is contained in:
parent
cc31e74cc4
commit
ca7eb0da34
@ -982,7 +982,7 @@ html_link(struct html_context *html_context, char *a,
|
||||
|
||||
put_link_line:
|
||||
{
|
||||
char *prefix = (link.direction == LD_REL)
|
||||
const char *prefix = (link.direction == LD_REL)
|
||||
? "Link: " : "Reverse link: ";
|
||||
char *link_name = (text.length)
|
||||
? text.source : name;
|
||||
|
Loading…
Reference in New Issue
Block a user