* Adjust code style.

This commit is contained in:
liyuchun
2021-11-23 14:05:43 +08:00
parent afafa08d92
commit d396d4e6a9
+1 -1
View File
@@ -18,7 +18,7 @@
<?php js::set('holders', $lang->story->placeholder); ?>
<?php js::set('blockID', $blockID); ?>
<?php js::set('feedbackSource', $config->story->feedbackSource); ?>
<?php js::set('storyType', $type); ?>
<?php js::set('storyType', $type);?>
<?php if(common::checkNotCN()):?>
<style> .sourceTd > .input-group > .input-group > .input-group-addon:first-child{padding: 5px 18px} </style>
<?php endif;?>