mirror of
				https://github.com/v2board/v2board.git
				synced 2025-10-31 17:31:49 +08:00 
			
		
		
		
	update email template
This commit is contained in:
		| @@ -125,7 +125,7 @@ | |||||||
|                                         <td class="content-block" |                                         <td class="content-block" | ||||||
|                                             style="font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif; box-sizing: border-box; font-size: 16px; color: #4a4a4a; vertical-align: top; margin: 0; padding: 0 10px 20px;" |                                             style="font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif; box-sizing: border-box; font-size: 16px; color: #4a4a4a; vertical-align: top; margin: 0; padding: 0 10px 20px;" | ||||||
|                                             valign="top"> |                                             valign="top"> | ||||||
|                                             {{$content}} |                                             {!! nl2br($content) !!} | ||||||
|                                         </td> |                                         </td> | ||||||
|                                     </tr> |                                     </tr> | ||||||
|                                     <tr |                                     <tr | ||||||
| @@ -184,4 +184,4 @@ | |||||||
|     </table> |     </table> | ||||||
| </body> | </body> | ||||||
|  |  | ||||||
| </html> | </html> | ||||||
|   | |||||||
| @@ -19,7 +19,7 @@ | |||||||
|                                 尊敬的用户您好! |                                 尊敬的用户您好! | ||||||
|                                 <br /> |                                 <br /> | ||||||
|                                 <br /> |                                 <br /> | ||||||
|                                 {{$content}} |                                 {!! nl2br($content) !!} | ||||||
|                             </td> |                             </td> | ||||||
|                         </tr> |                         </tr> | ||||||
|                         <tr style="padding:40px;display:table-cell"> |                         <tr style="padding:40px;display:table-cell"> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user