Pārlūkot izejas kodu

Closure Template/Esrap's error reporting leaves something to be desired.

Brit Butler 10 gadi atpakaļ
vecāks
revīzija
702aaf5b4b
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      themes/hyde/index.tmpl

+ 1 - 1
themes/hyde/index.tmpl

@@ -17,7 +17,7 @@
17 17
 <div id="tagsoup">
18 18
   <p>This blog covers
19 19
     {foreach $tag in $tags}
20
-      <a href="{$config.domain}/${tag.url}">{$tag.name}</a>{nil}
20
+      <a href="{$config.domain}/{$tag.url}">{$tag.name}</a>{nil}
21 21
       {if not isLast($tag)},{sp}{/if}
22 22
     {/foreach}
23 23
 </div>