aboutsummaryrefslogtreecommitdiffstats
path: root/map.c
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2002-12-05 16:33:06 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2002-12-05 16:33:06 +0000
commit3ac3ce1893c10d858af379df60d0c0477bec76e1 (patch)
treed5d785f1594c4fdffe5b0fb5a414a64860adc669 /map.c
parentNEWS: func: ACCESSKEY, LINK_MENU (diff)
downloadw3m-3ac3ce1893c10d858af379df60d0c0477bec76e1.tar.gz
w3m-3ac3ce1893c10d858af379df60d0c0477bec76e1.zip
fix indent
Diffstat (limited to '')
-rw-r--r--map.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/map.c b/map.c
index 6c1eaaf..db73591 100644
--- a/map.c
+++ b/map.c
@@ -1,4 +1,4 @@
-/* $Id: map.c,v 1.19 2002/12/05 16:08:34 ukai Exp $ */
+/* $Id: map.c,v 1.20 2002/12/05 16:33:08 ukai Exp $ */
/*
* client-side image maps
*/
@@ -285,7 +285,7 @@ follow_map_panel(Buffer *buf, char *name)
parseURL2(a->url, &pu, baseURL(buf));
url = html_quote(parsedURL2Str(&pu)->ptr);
Strcat_m_charp(mappage, "<tr><td><a href=\"", url, "\">",
- html_quote(*a->alt ? a->alt : mybasename(a->url)),
+ html_quote(*a->alt ? a->alt : mybasename(a->url)),
"</a><td>", url, NULL);
}
Strcat_charp(mappage, "</table></body></html>");