Skip to content

Commit

Permalink
more changes for bug #458, unaccenting
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanegigandet committed Aug 15, 2019
1 parent bf5e692 commit c77f7c0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/ProductOpener/Tags.pm
Expand Up @@ -1967,6 +1967,10 @@ sub display_tag_link($$) {
$tag = $';
}

if ($tagtype =~ /^(users|correctors|editors|informers|correctors|photographers|checkers)$/) {
$tag_lc = "no_language";
}

my $tagid = get_string_id_for_lang($tag_lc, $tag);
my $tagurl = get_urlid($tagid, 0, $tag_lc);

Expand Down

0 comments on commit c77f7c0

Please sign in to comment.