* update to 0.7.5-dev

* fixed faq containing html code
* update item_images_url config to 1092
* added ttf, woff and ico to the list of ignored files
* fixed infinite loop in init.php
This commit is contained in:
slawkens1
2017-12-29 11:07:43 +01:00
parent b83fb05b82
commit 51ba514d2a
5 changed files with 6 additions and 7 deletions

View File

@@ -17,9 +17,9 @@
{% set i = i + 1 %}
<tr bgcolor="{{ getStyle(i) }}">
<td colspan="2" style="cursor: pointer;" onclick="toggleVisibility('faq_{{ i }}'); return false;">
<b>{{ faq.question }}</b>
<b>{{ faq.question|raw }}</b>
<div id="faq_{{ i }}" style="display: none;">{{ faq.answer }}</div>
<div id="faq_{{ i }}" style="display: none;">{{ faq.answer|raw }}</div>
</td>
{% if canEdit %}
<td>