diff --git a/application/common/view/tpl/dispatch_jump.tpl b/application/common/view/tpl/dispatch_jump.tpl index fa2f32c3..50dd96d8 100755 --- a/application/common/view/tpl/dispatch_jump.tpl +++ b/application/common/view/tpl/dispatch_jump.tpl @@ -41,7 +41,7 @@

{:__('Go back')} {if $url} - {:__('Jump now')} + {:__('Jump now')} {/if}

@@ -52,7 +52,7 @@ var interval = setInterval(function () { var time = --wait.innerHTML; if (time <= 0) { - location.href = "{$url}"; + location.href = "{$url|htmlentities}"; clearInterval(interval); } }, 1000); diff --git a/application/index/view/user/login.html b/application/index/view/user/login.html index 5c159261..5f4398c7 100755 --- a/application/index/view/user/login.html +++ b/application/index/view/user/login.html @@ -3,7 +3,7 @@
{:__('Sign in')} {:__('Sign up')}
- + {:token()}
diff --git a/application/index/view/user/register.html b/application/index/view/user/register.html index ac8ce6be..a62fa1c8 100644 --- a/application/index/view/user/register.html +++ b/application/index/view/user/register.html @@ -1,10 +1,10 @@