Skip to content
Snippets Groups Projects
Commit 278dba95 authored by Síle Ekaterin Liszka's avatar Síle Ekaterin Liszka
Browse files

Chessa::URI::Default: fix excessive looping

parent 9856f29c
No related branches found
No related tags found
No related merge requests found
......@@ -292,6 +292,8 @@ sub tcard($self, $t, $authority) {
if (($x + $size + 1) < $size) {
$out .= $word . ' ';
$x += $size + 1;
} else {
last;
}
}
$out .= '[...]';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment