Showing
1 changed file
with
2 additions
and
2 deletions
@@ -86,7 +86,7 @@ | @@ -86,7 +86,7 @@ | ||
86 | <label class="col-sm-3 control-label">标题</label> | 86 | <label class="col-sm-3 control-label">标题</label> |
87 | 87 | ||
88 | <div class="col-sm-9"> | 88 | <div class="col-sm-9"> |
89 | - <p id="title"><%articleTitle%></p> | 89 | + <p id="title">[[articleTitle]]</p> |
90 | </div> | 90 | </div> |
91 | </div> | 91 | </div> |
92 | <div class="form-group"> | 92 | <div class="form-group"> |
@@ -94,7 +94,7 @@ | @@ -94,7 +94,7 @@ | ||
94 | 94 | ||
95 | <div class="col-sm-9"> | 95 | <div class="col-sm-9"> |
96 | <input type="text" readonly="true" class="form-control hasDatepicker" name="publish_time" | 96 | <input type="text" readonly="true" class="form-control hasDatepicker" name="publish_time" |
97 | - value="<%publishTime%>" | 97 | + value="[[publishTime]]" |
98 | style="width:180px;" id="datepicker" required="required"> | 98 | style="width:180px;" id="datepicker" required="required"> |
99 | </div> | 99 | </div> |
100 | </div> | 100 | </div> |
-
Please register or login to post a comment