Skip to content
This repository was archived by the owner on Oct 20, 2023. It is now read-only.

Commit f8459df

Browse files
author
Florian Krämer
committed
Formatting some code in Setup.md and updating semver
1 parent c2c88a8 commit f8459df

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

.semver

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
22
:major: 2
33
:minor: 2
4-
:patch: 3
4+
:patch: 4
55
:special: ''

Docs/Documentation/Setup.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,12 @@ echo $this->Recaptcha->display();
2323
You could select another theme, setup it as parameter, for istance:
2424

2525
```php
26-
echo $this->Recaptcha->display(array('recaptchaOptions'=>array('theme' => 'blackglass')));
26+
echo $this->Recaptcha->display(array(
27+
'recaptchaOptions' => array(
28+
'theme' => 'blackglass'
29+
)
30+
)
31+
);
2732
```
2833

2934
For the complete list of themes, take a look here: [http://code.google.com/intl/it-IT/apis/recaptcha/docs/customization.html](http://code.google.com/intl/it-IT/apis/recaptcha/docs/customization.html).

0 commit comments

Comments
 (0)