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);