OSDN Git Service

fix article-editor to work
[newslash/newslash.git] / src / newslash_web / templates / common / single.html.tt2
index 439b8f0..b505585 100644 (file)
@@ -28,7 +28,7 @@
       
       <div id="content-body">
         [%- INCLUDE common/article/article hide_more_link=1 -%]
-        <article-editor content-type="[% page.content_type %]" content-id="[% page.id %]"></article-editor>
+        <article-editor content-type="[% page.content_type %]" :content-id="[% page.id %]"></article-editor>
       </div>
       
       [%- IF page.type == "single" && page.content_type == "story" -%]