Pascal Gloor il y a 5 ans
Parent
révision
3e46360174
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      bin/autodoc_process.pl

+ 1
- 1
bin/autodoc_process.pl Voir le fichier

@@ -67,7 +67,7 @@ sub detect_lang {
my @larr;
my %lcnt;

foreach my $word ( split(/ /,$txt) ) {
foreach my $word ( split(/[ '".-]/,$txt) ) {
$word = lc($word);
my $lang;
print "$word ";

Chargement…
Annuler
Enregistrer