aboutsummaryrefslogtreecommitdiffstats
path: root/anchor.c
diff options
context:
space:
mode:
Diffstat (limited to 'anchor.c')
-rw-r--r--anchor.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/anchor.c b/anchor.c
index bc72132..3f74764 100644
--- a/anchor.c
+++ b/anchor.c
@@ -1,4 +1,4 @@
-/* $Id: anchor.c,v 1.13 2002/12/09 15:51:08 ukai Exp $ */
+/* $Id: anchor.c,v 1.14 2002/12/10 15:36:10 ukai Exp $ */
#include "fm.h"
#include "myctype.h"
#include "regex.h"
@@ -643,8 +643,8 @@ link_list_panel(Buffer *buf)
for (i = 0; i < al->nanchor; i++) {
a = &al->anchors[i];
if (a->slave)
- continue;
- parseURL2(a->url, &pu, baseURL(buf));
+ continue;
+ parseURL2(a->url, &pu, baseURL(buf));
u = html_quote(parsedURL2Str(&pu)->ptr);
t = getAnchorText(buf, al, a);
t = t ? html_quote(t) : "";
@@ -660,8 +660,8 @@ link_list_panel(Buffer *buf)
for (i = 0; i < al->nanchor; i++) {
a = &al->anchors[i];
if (a->slave)
- continue;
- parseURL2(a->url, &pu, baseURL(buf));
+ continue;
+ parseURL2(a->url, &pu, baseURL(buf));
u = html_quote(parsedURL2Str(&pu)->ptr);
t = (a->title && *a->title) ? html_quote(a->title) :
html_quote(a->url);