From 0b0c22eec821c623ba62411342fa30d2a2cdb258 Mon Sep 17 00:00:00 2001 From: ycc Date: Wed, 18 Nov 2020 11:36:10 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=84=E8=A7=88H1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/views/bootstrap3/information_edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/views/bootstrap3/information_edit.php b/application/views/bootstrap3/information_edit.php index 8f941797..2521dca9 100644 --- a/application/views/bootstrap3/information_edit.php +++ b/application/views/bootstrap3/information_edit.php @@ -510,7 +510,7 @@ iframe.setAttribute('name', 'AMP Playground Output'); $('#preview_box').html(''); $('#preview_box').append(iframe); - var html_code=$('#mobile_first_template').text().replace('',editor.getData()); + var html_code=$('#mobile_first_template').text().replace('',editor.getData()).replace('',$("#ic_title").val()); var doc = iframe.contentDocument || iframe.document; doc.open(); doc.write(html_code);