diff --git a/MathJax.php b/MathJax.php
index 20dcc6b..d49395f 100644
--- a/MathJax.php
+++ b/MathJax.php
@@ -4,7 +4,7 @@
*
* @package MathJax
* @author mutoo
- * @version 1.0.0
+ * @version 1.0.1
* @link http://blog.mutoo.im/mathjax-plugin.html
*/
class MathJax implements Typecho_Plugin_Interface
@@ -58,6 +58,6 @@ public static function personalConfig(Typecho_Widget_Helper_Form $form){}
* @return unknown
*/
public static function footer() {
- echo '';
+ echo '';
}
}