@@ -53,7 +53,7 @@ |
||
53 | 53 | ['{{Ouvrage |
54 | 54 | | langue=fr |
55 | 55 | }}', |
56 | - "\n | ", |
|
56 | + "\n | ", |
|
57 | 57 | ], |
58 | 58 | ]; |
59 | 59 | } |
@@ -58,7 +58,7 @@ |
||
58 | 58 | |
59 | 59 | |
60 | 60 | // utilise une liste d'import wstat.fr |
61 | - echo "Liste d'après wstat.fr\n"; |
|
61 | + echo "Liste d'après wstat.fr\n"; |
|
62 | 62 | $list = PageList::FromFile(__DIR__.'/../resources/importISBN_nov.txt'); |
63 | 63 | new ScanWiki2DB($wiki, new DbAdapter(), new WikiBotConfig(), $list, 0); |
64 | 64 |