summaryrefslogtreecommitdiffstats
path: root/templates/html/htmlmemdecl.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/html/htmlmemdecl.tpl')
-rw-r--r--templates/html/htmlmemdecl.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/html/htmlmemdecl.tpl b/templates/html/htmlmemdecl.tpl
index c7894d8..4f859f7 100644
--- a/templates/html/htmlmemdecl.tpl
+++ b/templates/html/htmlmemdecl.tpl
@@ -64,7 +64,7 @@
{% spaceless %}
template<
{% for targ in member.templateArgs %}
- {{ targ.type }} {{ targ.name }}{% if targ.defVal %} = {{ targ.defval }}{% endif %}{% if not forloop.last %}, {% endif %}
+ {{ targ.type }} {{ targ.name }}{% if targ.defVal %} = {{ targ.defVal }}{% endif %}{% if not forloop.last %}, {% endif %}
{% endfor %}
{% endspaceless %} >
</td></tr><tr class="memitem:{{ member.anchor }}{% if inheritId %} inherit {{ inheritId }}{% endif %}"><td class="memTemplItemLeft" align="right" valign="top">