summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/mime_view.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/mime_view.tpl b/templates/mime_view.tpl
index 2ece534..9648fea 100644
--- a/templates/mime_view.tpl
+++ b/templates/mime_view.tpl
@@ -32,7 +32,7 @@
<div class="row">
{formlabel label="Content Type"}
{forminput}
- {$gContent->mType.content_description}
+ {$gContent->getContentTypeName()}
{/forminput}
</div>
{/legend}