mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 18:36:30 +01:00 
			
		
		
		
	use correct class in exported HTMLs so that content style is applied, #1504
This commit is contained in:
		| @@ -234,7 +234,7 @@ function exportToZip(taskContext, branch, format, res) { | |||||||
|     <link rel="stylesheet" href="${cssUrl}"> |     <link rel="stylesheet" href="${cssUrl}"> | ||||||
|     <base target="_parent"> |     <base target="_parent"> | ||||||
| </head> | </head> | ||||||
| <body> | <body class="ck-content"> | ||||||
|   <h1>${utils.escapeHtml(title)}</h1> |   <h1>${utils.escapeHtml(title)}</h1> | ||||||
| ${content} | ${content} | ||||||
| </body> | </body> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user