File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 22<module >
33 <name >ps_linklist</name >
44 <displayName ><![CDATA[ Link List]]> </displayName >
5- <version ><![CDATA[ 5.0.3 ]]> </version >
5+ <version ><![CDATA[ 5.0.4 ]]> </version >
66 <description ><![CDATA[ Adds a block with several links.]]> </description >
77 <author ><![CDATA[ PrestaShop]]> </author >
88 <tab ><![CDATA[ front_office_features]]> </tab >
Original file line number Diff line number Diff line change 1717 * @copyright Since 2007 PrestaShop SA and Contributors
1818 * @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
1919 */
20- if (!defined ('_CAN_LOAD_FILES_ ' )) {
20+ if (!defined ('_PS_VERSION_ ' )) {
2121 exit ;
2222}
2323
@@ -71,7 +71,7 @@ public function __construct()
7171 {
7272 $ this ->name = 'ps_linklist ' ;
7373 $ this ->author = 'PrestaShop ' ;
74- $ this ->version = '5.0.3 ' ;
74+ $ this ->version = '5.0.4 ' ;
7575 $ this ->need_instance = 0 ;
7676 $ this ->tab = 'front_office_features ' ;
7777
Original file line number Diff line number Diff line change 6565{%- endblock checkbox_widget %}
6666
6767{% block form_row -%}
68- {% spaceless %}
68+ {% apply spaceless %}
6969 <div class =" {{ block (' form_row_class' ) }} {% if (not compound or force_error | default (false )) and not valid %} has-error{% endif %}" >
7070 {% if form .vars .label is not same as (false ) %}
7171 {{ form_label(form ) }}
7878 {{ form_errors(form ) }}
7979 </div >
8080 </div >
81- {% endspaceless %}
81+ {% endapply %}
8282{%- endblock form_row %}
8383
8484{% block form_row_class -%}
You can’t perform that action at this time.
0 commit comments