summaryrefslogtreecommitdiff
path: root/html.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--html.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/html.c b/html.c
index 80126b0..ccebf2f 100644
--- a/html.c
+++ b/html.c
@@ -264,7 +264,7 @@ d_char *html_user_header(snac *snac, d_char *s, int local)
264 int n; 264 int n;
265 265
266 /* shorten the bio */ 266 /* shorten the bio */
267 for (n = 0; s_bio[n] && s_bio[n] != '&' && 267 for (n = 0; s_bio[n] && s_bio[n] != '&' && s_bio[n] != '.' &&
268 s_bio[n] != '\r' && s_bio[n] != '\n' && n < 128; n++); 268 s_bio[n] != '\r' && s_bio[n] != '\n' && n < 128; n++);
269 s_bio[n] = '\0'; 269 s_bio[n] = '\0';
270 270