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

Chessa::URI::Default::tcard: oops

parent c85b4f08
No related branches found
No related tags found
No related merge requests found
......@@ -295,7 +295,7 @@ sub tcard($self, $t, $authority) {
$out .= '[...]';
$data{desc} = $data;
}
$out .= ' ' . $self->{msg}('Desc', $text);
$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