소스 검색

Update confirm email blade view, remove html5 entity that doesn't display properly

Daniel Supernault 5 년 전
부모
커밋
aa26fa1d03
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      resources/views/emails/confirm_email.blade.php

+ 1 - 1
resources/views/emails/confirm_email.blade.php

@@ -1,7 +1,7 @@
 @component('mail::message')
 # Email Confirmation
 
-Hello <b>&commat;{{$verify->user->username}}</b>, please confirm your email address.
+Hello <b>{{ '@' . $verify->user->username}}</b>, please confirm your email address.
 
 If you did not create this account, please disregard this email.