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

Chessa::URI::Default: frobnicate desc code

parent 8fabd888
No related branches found
No related tags found
No related merge requests found
......@@ -288,9 +288,10 @@ sub tcard($self, $t, $authority) {
last;
}
}
$out .= '[...]';
$data .= '[...]';
$data{desc} = $data;
}
if (length($data{desc}))
$out .= ' ' . $self->{msg}('Desc', $data{desc});
return $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