X-Git-Url: http://secure.phpeclipse.com
diff --git a/net.sourceforge.phpeclipse.ui/templates/default-templates.xml b/net.sourceforge.phpeclipse.ui/templates/default-templates.xml
index 924ed00..ee6e1a3 100644
--- a/net.sourceforge.phpeclipse.ui/templates/default-templates.xml
+++ b/net.sourceforge.phpeclipse.ui/templates/default-templates.xml
@@ -369,7 +369,7 @@ ${cursor}
<div id="${id}">${cursor}</div>
<strong>${cursor}</strong>
- {assign var="${name}" values="${value}"}
+ {assign var="${name}" value="${value}"}
{capture name=${name}}
${cursor}
{/capture}
@@ -392,17 +392,14 @@ ${cursor}
{foreach from=$$${from} item=${item}}
${cursor}
{foreachelse}
-${cursor}
{/foreach}
{foreach from=$$${from} item=${item} key=${key}}
${cursor}
{foreachelse}
-${cursor}
{/foreach}
{foreach from=$$${from} item=${item} name=${name}}
${cursor}
{foreachelse}
-${cursor}
{/foreach}
{if $$${var}}${cursor}{/if}{if $$${var}}
${cursor}