fix: Remove unneccessary div
diff --git a/erpnext/templates/emails/request_for_quotation.html b/erpnext/templates/emails/request_for_quotation.html
index 216bd81..812939a 100644
--- a/erpnext/templates/emails/request_for_quotation.html
+++ b/erpnext/templates/emails/request_for_quotation.html
@@ -13,12 +13,12 @@
 {{ user_fullname }}</p><br>
 
 {% if update_password_link %}
-<div>
+
 <p>{{_("Please click on the following button to set your new password")}}:</p>
 <p>
 	<button style="border: 1px solid #15c; padding: 4px; border-radius: 5px; background-color: white;">
 		<a href="{{ update_password_link }}" style="color: #15c; font-size: 12px; text-decoration:none;" target="_blank">{{_("Update Password") }}</a>
 	</button>
 </p>
-</div>
+
 {% endif %}
\ No newline at end of file