Przeglądaj źródła

Change double quotes to single quotes

Talha Mansoor 11 lat temu
rodzic
commit
2d4be24e0e
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      templates/_includes/_defaults.html

+ 1 - 1
templates/_includes/_defaults.html

@@ -42,7 +42,7 @@
 
 {# Label to show before Share Post links #}
 {% if not SHARE_POST_INTRO %}
-{% set SHARE_POST_INTRO = "Share on:" %}
+{% set SHARE_POST_INTRO = 'Share on:' %}
 {% else %}
 {% set SHARE_POST_INTRO = SHARE_POST_INTRO %}
 {% endif %}