Skip to content

Commit

Permalink
Merge pull request zendframework#28 from froschdesign/hotfix/docs/blo…
Browse files Browse the repository at this point in the history
…ckquotes

[Docs] Fixes zendframework#27 - Check For Blockquotes In Docs
  • Loading branch information
weierophinney committed Feb 10, 2016
2 parents 074f5b3 + e3eea9c commit 1e7e78a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/book/zend.i18n.filters.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ echo $filter->filter("This is (my) content: 123");
// Returns "This is my content 123"
```

> ## Note
> ### Note
`Alnum` works on almost all languages, except: Chinese, Japanese and Korean. Within these languages
the english alphabet is used instead of the characters from these languages. The language itself is
detected using the `Locale`.
Expand Down Expand Up @@ -79,7 +79,7 @@ echo $filter->filter("This is (my) content: 123");
// Returns "This is my content "
```

> ## Note
> ### Note
`Alpha` works on almost all languages, except: Chinese, Japanese and Korean. Within these languages
the english alphabet is used instead of the characters from these languages. The language itself is
detected using the `Locale`.
Expand Down
2 changes: 1 addition & 1 deletion doc/book/zend.i18n.translating.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ the translations. If the text domain is omitted, it will default to the "default
specifies which language the translated strings are from and is only required for formats which
contain translations for a single locale.

> ## Note
> ### Note
For each text domain and locale combination, there can only be one file loaded. Every successive
file would override the translations which were loaded prior.

Expand Down

0 comments on commit 1e7e78a

Please sign in to comment.