Skip to content

Commit

Permalink
🐛 Fix: 修复后台设置面板样式错误
Browse files Browse the repository at this point in the history
  • Loading branch information
BigCoke233 authored Jul 13, 2020
1 parent c09365d commit 97b2966
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/Options.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ function themeConfig($form) {
?><script language="JavaScript">window.setTimeout("location=\'<?php Helper::options()->adminUrl('options-theme.php'); ?>\'", 1500);</script><?php
}
}
echo '<br></div>';
}
echo '<br></div>';


/**
Expand Down Expand Up @@ -203,4 +203,4 @@ function themeConfig($form) {
$form->addInput($cssEcho);
$jsEcho = new Typecho_Widget_Helper_Form_Element_Textarea('jsEcho', NULL, NULL, _t('自定义 JavaScript'), _t('填写 JavaScript代码,输出在 body 标签结束之前'));
$form->addInput($jsEcho);
}
}

0 comments on commit 97b2966

Please sign in to comment.