<template name="<div>" description="div block with id" id="net.sourceforge.phpdt.html.div" context="html" enabled="true"><div id="${id}">${cursor}</div></template>
<template name="<strong>" description="<strong>" id="net.sourceforge.phpdt.html.strong" context="html" enabled="true"><strong>${cursor}</strong></template>
<template name="{" description="{* *} (Smarty comment)" id="net.sourceforge.phpdt.html.smarty_comment" context="html" enabled="true">{* ${cursor} *}</template>
- <template name="{assign" description="{assign var= value= } (Smarty)" id="net.sourceforge.phpdt.html.smarty_assign" context="html" enabled="true">{assign var="${name}" values="${value}"}</template>
+ <template name="{assign" description="{assign var= value= } (Smarty)" id="net.sourceforge.phpdt.html.smarty_assign" context="html" enabled="true">{assign var="${name}" value="${value}"}</template>
<template name="{capture" description="{capture }{/capture} (Smarty)" id="net.sourceforge.phpdt.html.smarty_capture" context="html" enabled="true">{capture name=${name}}
${cursor}
{/capture}</template>