[Scummvm-git-logs] scummvm-web master -> 7bbbeac988d78fef0c08189d089504c3c55d1d4d

Mataniko mataniko at gmail.com
Sun Apr 28 15:32:06 CEST 2019


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-web' repo located at https://github.com/scummvm/scummvm-web .

Summary:
7bbbeac988 TEMPLATES: expand the release variable in the downloads page notes


Commit: 7bbbeac988d78fef0c08189d089504c3c55d1d4d
    https://github.com/scummvm/scummvm-web/commit/7bbbeac988d78fef0c08189d089504c3c55d1d4d
Author: Matan Bareket (mataniko at gmail.com)
Date: 2019-04-28T09:31:57-04:00

Commit Message:
TEMPLATES: expand the release variable in the downloads page notes

Changed paths:
    templates/pages/downloads.tpl


diff --git a/templates/pages/downloads.tpl b/templates/pages/downloads.tpl
index 593d81b..2389329 100644
--- a/templates/pages/downloads.tpl
+++ b/templates/pages/downloads.tpl
@@ -52,7 +52,7 @@
     {/if}
 
       <div class="subhead-content">
-        {if $dsubsection->getNotes() != ''} {eval var=$dsubsection->getNotes()} {/if} {include file='components/list_items.tpl' list=$dsubsection->getItems() type='platforms'}
+        {if $dsubsection->getNotes() != ''} {'/\x7brelease\x7d/'|preg_replace:$release:{eval var=$dsubsection->getNotes()}} {/if} {include file='components/list_items.tpl' list=$dsubsection->getItems() type='platforms'}
       </div>
     {/foreach}
   {/capture}





More information about the Scummvm-git-logs mailing list