Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 89deb4fb authored by Étienne Deparis's avatar Étienne Deparis
Browse files

[fix] Remove markup errors in simple template preferences file

parent 21beb64a
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -68,7 +68,7 @@
        <option value="0" {% if safesearch == '0' %}selected="selected"{% endif %}>{{ _('None') }}</option>
        <option value="0" {% if safesearch == '0' %}selected="selected"{% endif %}>{{ _('None') }}</option>
      </select>
      </select>
    </p>
    </p>
    <div class="description">{{ _('Filter content') }}</p>
    <p class="description">{{ _('Filter content') }}</p>
  </fieldset>
  </fieldset>
  {{ plugin_preferences('general') }}
  {{ plugin_preferences('general') }}
  <fieldset>
  <fieldset>
@@ -122,7 +122,7 @@
      {% endif %}
      {% endif %}
      {% endfor %}
      {% endfor %}
    </table>
    </table>
    <div>
    </div>
    {{ tab_footer() }}
    {{ tab_footer() }}
    {% endfor %}
    {% endfor %}
    {{ tabs_close() }}
    {{ tabs_close() }}