Skip to content
This repository has been archived by the owner on Feb 11, 2018. It is now read-only.

Commit

Permalink
Typo & small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
flobb committed Jan 5, 2016
1 parent 3951c75 commit 8652dae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Resources/views/Form/foundation_form_div_layout.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
{%- set prefix = '{{' == money_pattern[0:2] -%}
{%- if prefix -%}
<div class="small-1 columns">
<span class="prefix">{{ money_pattern|replace({'{{ widget }}': ''})|raw }}</span>
<span class="prefix">{{ money_pattern|replace({'{{ widget }}':''}) }}</span>
</div>
{%- endif -%}
<div class="small-11 columns">{{ block('form_widget_simple') }}</div>
{%- if not prefix -%}
<div class="small-1 columns">
<span class="postfix">{{ money_pattern|replace({'{{ widget }}': ''})|raw }}</span>
<span class="postfix">{{ money_pattern|replace({'{{ widget }}':''}) }}</span>
</div>
{%- endif -%}
{%- endblock money_widget %}
Expand Down Expand Up @@ -191,6 +191,7 @@
<small class="error">
{%- for error in errors -%}
{{ error.message }}
{% if not loop.last %}, {% endif %}
{%- endfor -%}
</small>
{%- endif %}
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"MIT"
],
"require" : {
"php": ">=5.5",
"php": ">=5.5.9",
"symfony/framework-bundle": "~2.8|~3.0",
"symfony/twig-bundle": "~2.8|~3.0",
"symfony/yaml": "~2.8|~3.0",
Expand Down

0 comments on commit 8652dae

Please sign in to comment.