change id to class
This commit is contained in:
parent
d0039b0996
commit
53c4f9c54c
2 changed files with 4 additions and 4 deletions
|
@ -15,7 +15,7 @@
|
||||||
{{- '\n ' -}} <li>
|
{{- '\n ' -}} <li>
|
||||||
{{- '\n ' -}} <span
|
{{- '\n ' -}} <span
|
||||||
{%- if ing.usda_num is defined and ing.usda_num != "" -%}
|
{%- if ing.usda_num is defined and ing.usda_num != "" -%}
|
||||||
{{- ' id=' -}}"usda_{{- ing.usda_num -}}"
|
{{- ' class=' -}}"usda_{{- ing.usda_num -}}"
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
>{{ ing.ingredient }}: {{ amt.amount }} {{ amt.unit | default('each') }}</span>
|
>{{ ing.ingredient }}: {{ amt.amount }} {{ amt.unit | default('each') }}</span>
|
||||||
{#-
|
{#-
|
||||||
|
@ -51,7 +51,7 @@
|
||||||
{%- if amt2.amount is defined and amt2.amount != "" and amt2.amount != 0 and amt2.amount != '0' -%}
|
{%- if amt2.amount is defined and amt2.amount != "" and amt2.amount != 0 and amt2.amount != '0' -%}
|
||||||
{{- ' ' -}}<i><span
|
{{- ' ' -}}<i><span
|
||||||
{%- if sst.usda_num is defined and sst.usda_num != "" -%}
|
{%- if sst.usda_num is defined and sst.usda_num != "" -%}
|
||||||
{{- ' id=' -}}"usda_{{- sst.usda_num -}}"
|
{{- ' class=' -}}"usda_{{- sst.usda_num -}}"
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
>(alternativ {{ sst.ingredient }})</span></i>
|
>(alternativ {{ sst.ingredient }})</span></i>
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
{{- '\n ' -}} <li>
|
{{- '\n ' -}} <li>
|
||||||
{{- '\n ' -}} <span
|
{{- '\n ' -}} <span
|
||||||
{%- if ing.usda_num is defined and ing.usda_num != "" -%}
|
{%- if ing.usda_num is defined and ing.usda_num != "" -%}
|
||||||
{{- ' id=' -}}"usda_{{- ing.usda_num -}}"
|
{{- ' class=' -}}"usda_{{- ing.usda_num -}}"
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
>{{ ing.ingredient }}: nach belieben</span>
|
>{{ ing.ingredient }}: nach belieben</span>
|
||||||
{#-
|
{#-
|
||||||
|
@ -43,7 +43,7 @@
|
||||||
{%- if amt2.amount is defined and amt2.amount != "" and amt2.amount != 0 and amt2.amount != '0' -%}
|
{%- if amt2.amount is defined and amt2.amount != "" and amt2.amount != 0 and amt2.amount != '0' -%}
|
||||||
{{- ' ' -}}<i><span
|
{{- ' ' -}}<i><span
|
||||||
{%- if sst.usda_num is defined and sst.usda_num != "" -%}
|
{%- if sst.usda_num is defined and sst.usda_num != "" -%}
|
||||||
{{- ' id=' -}}"usda_{{- sst.usda_num -}}"
|
{{- ' class=' -}}"usda_{{- sst.usda_num -}}"
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
>(alternativ {{ sst.ingredient }})</span></i>
|
>(alternativ {{ sst.ingredient }})</span></i>
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
|
|
Loading…
Reference in a new issue