diff options
Diffstat (limited to 'app/i18n/fi/sub.php')
| -rw-r--r-- | app/i18n/fi/sub.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/fi/sub.php b/app/i18n/fi/sub.php index 3a6042448..ce7481af9 100644 --- a/app/i18n/fi/sub.php +++ b/app/i18n/fi/sub.php @@ -88,7 +88,7 @@ return array( '_' => 'HTML + XPath + JSON-pistemerkintä (JSON HTML:ssä)', 'xpath' => array( '_' => 'XPath (JSON HTML:ssä)', - 'help' => 'Esimerkki: <code>//script[@type="application/json"]</code>', + 'help' => 'Esimerkki: <code>normalize-space(//script[@type="application/json"])</code> (single JSON)<br />or: <code>//script[@type="application/ld+json"]</code> (one JSON object per article)', // DIRTY ), ), 'html_xpath' => array( |
