kaoritokashiki 6 lat temu
rodzic
commit
4fa3690665
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      src/server/views/widget/page_alerts.html

+ 2 - 0
src/server/views/widget/page_alerts.html

@@ -53,11 +53,13 @@
     {% endif %}
     {% endif %}
 
 
     {% if req.query.duplicated and not page.isDeleted() %}
     {% if req.query.duplicated and not page.isDeleted() %}
+    <!-- 変更点 -->
     <div class="alert alert-success alert-moved">
     <div class="alert alert-success alert-moved">
       <span>
       <span>
         <strong>{{ t('Duplicated') }}: </strong> {{ t('page_page.notice.duplicated', req.sanitize(req.query.duplicated)) }}
         <strong>{{ t('Duplicated') }}: </strong> {{ t('page_page.notice.duplicated', req.sanitize(req.query.duplicated)) }}
       </span>
       </span>
     </div>
     </div>
+    <!-- 変更点終わり -->
     {% endif %}
     {% endif %}
 
 
     {% if req.query.unlinked %}
     {% if req.query.unlinked %}