@@ -53,7 +53,7 @@ |
||
| 53 | 53 | ['{{Ouvrage |
| 54 | 54 | | langue=fr |
| 55 | 55 | }}', |
| 56 | - "\n | ", |
|
| 56 | + "\n | ", |
|
| 57 | 57 | ], |
| 58 | 58 | ]; |
| 59 | 59 | } |
@@ -194,7 +194,7 @@ |
||
| 194 | 194 | return null; |
| 195 | 195 | } |
| 196 | 196 | $str = str_replace([''',''', ''', "\n", " ", "|", "é"], ["'","'", "'", '', ' ', '/', |
| 197 | - "é"], $str); |
|
| 197 | + "é"], $str); |
|
| 198 | 198 | |
| 199 | 199 | return html_entity_decode($str); |
| 200 | 200 | } |
@@ -21,7 +21,7 @@ |
||
| 21 | 21 | const REQUIRED_PARAMETERS = ['titre', 'url']; |
| 22 | 22 | |
| 23 | 23 | const MINIMUM_PARAMETERS |
| 24 | - = [ |
|
| 24 | + = [ |
|
| 25 | 25 | // 'langue' => '', // suggéré |
| 26 | 26 | 'titre' => '', // required |
| 27 | 27 | 'url' => '', // required |