Ver código fonte

Update edit.js

missing closing p tags
Shane 7 anos atrás
pai
commit
130eb20ed9
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      system/plugins/edit.js

+ 2 - 2
system/plugins/edit.js

@@ -185,8 +185,8 @@ yellow.edit =
 				"<p><input class=\"yellow-btn\" type=\"submit\" value=\""+this.getText("LoginButton")+"\" /></p>"+
 				"</div>"+
 				"<div id=\"yellow-pane-login-buttons\">"+
-				"<p><a href=\"#\" id=\"yellow-pane-login-forgot\" data-action=\"forgot\">"+this.getText("LoginForgot")+"</a><p>"+
-				"<p><a href=\"#\" id=\"yellow-pane-login-signup\" data-action=\"signup\">"+this.getText("LoginSignup")+"</a><p>"+
+				"<p><a href=\"#\" id=\"yellow-pane-login-forgot\" data-action=\"forgot\">"+this.getText("LoginForgot")+"</a></p>"+
+				"<p><a href=\"#\" id=\"yellow-pane-login-signup\" data-action=\"signup\">"+this.getText("LoginSignup")+"</a></p>"+
 				"</div>"+
 				"</form>";
 				break;