Indefero

Indefero Commit Details


Date:2012-03-21 19:17:05 (12 years 9 months ago)
Author:Thomas Keller
Branch:develop, release-1.3
Commit:a07d2be837e3f04284102de530ff304d2260295a
Parents: b529c05d11cd0bde54d5a6e5113a2ff312adb4c7
Message:Pluf's i18n parser stumbles upon nested {literal} tags in {blocktrans} sections, so rewrite the opening bracket as HTML entity to make both, the parser and the output function happy.

Changes:

File differences

src/IDF/templates/idf/gadmin/forge/index.html
5555
5656
5757
58
58
5959
6060
6161
<p>The content of the page can use the <a href="{$burl}">Markdown syntax</a> with the <a href="{$eurl}"><em>Extra</em> extension</a>.</p>
<p>Additionally, the following macros are available:<br />
<ul>
<li><code>{literal}{{/literal}projectlist, label=..., order=(name|activity), limit=...}</code> - Renders a project list that can optionally be filtered by label, ordered by 'name' or 'activity' and / or limited to a specific number of projects.</li>
<li><code>&#x7b;projectlist, label=..., order=(name|activity), limit=...}</code> - Renders a project list that can optionally be filtered by label, ordered by 'name' or 'activity' and / or limited to a specific number of projects.</li>
</ul>
</p>
{/blocktrans}

Archive Download the corresponding diff file

Page rendered in 0.07777s using 13 queries.