Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit e3ffd35

Browse files
committed
Fixes all headlines in blockquotes with warning
1 parent fc761d6 commit e3ffd35

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

doc/book/zend.mvc.plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ By interacting directly with the form, the File PRG Plugin will turn off any fil
421421
flags for already uploaded files (for a partially valid form state), as well as run the file input
422422
filters to move the uploaded files into a new location (configured by the user).
423423

424-
> ## Warning
424+
> ### Warning
425425
You **must** attach a Filter for moving the uploaded files to a new location, such as the
426426
\[RenameUpload Filter\](zend.filter.file.rename-upload), or else your files will be removed upon the
427427
redirect.

doc/book/zend.mvc.routing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ $route = Segment::factory(array(
426426

427427
### Zend\\Mvc\\Router\\Http\\Query (Deprecated)
428428

429-
> ## Warning
429+
> ### Warning
430430
#### Potential security issue
431431
A misuse of this route part can lead to a potential security issue.
432432

@@ -490,7 +490,7 @@ The output from our example should then be "/page/my-test-page?format=rss&limit=
490490

491491
### Zend\\Mvc\\Router\\Http\\Wildcard (Deprecated)
492492

493-
> ## Warning
493+
> ### Warning
494494
#### Potential security issue
495495
A misuse of this route type can lead to a potential security issue.
496496

@@ -692,7 +692,7 @@ echo $this->url('modules.zendframework.com/index', array(), array(), true);
692692
echo $this->url('packages.zendframework.com/index', array(), array(), true);
693693
```
694694

695-
> ## Warning
695+
> ### Warning
696696
When defining child routes pay attention that the `may_terminate` and `child_routes` definitions are
697697
in same level as the `options` and `type` definitions. A common pitfall is to have those two
698698
definitions nested in `options`, which will not result in the desired routes.

doc/book/zend.mvc.services.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ configuration with your application configuration. If you have both a
559559
`config/autoload/my.global.config.php` and `config/autoload/my.local.config.php`, the local
560560
configuration file overrides the global configuration.
561561

562-
> ## Warning
562+
> ### Warning
563563
Local configuration files are intended to keep sensitive information, such as database credentials,
564564
and as such, it is highly recommended to keep these local configuration files out of your VCS. The
565565
`ZendSkeletonApplication`'s `config/autoload/.gitignore` file ignores `*.local.php` files by

0 commit comments

Comments
 (0)