mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-04 13:39:01 +01:00 
			
		
		
		
	remove empty line break
This commit is contained in:
		
							parent
							
								
									afe2a03aef
								
							
						
					
					
						commit
						f08afd4723
					
				@ -207,8 +207,7 @@ async function setContentPane() {
 | 
				
			|||||||
        } catch(err) {
 | 
					        } catch(err) {
 | 
				
			||||||
            console.error("error parsing fullNoteRevision.content as JSON", fullNoteRevision.content, err);
 | 
					            console.error("error parsing fullNoteRevision.content as JSON", fullNoteRevision.content, err);
 | 
				
			||||||
            $content.html($("<div>").text("Error parsing content. Please check console.error() for more details."));
 | 
					            $content.html($("<div>").text("Error parsing content. Please check console.error() for more details."));
 | 
				
			||||||
        }        
 | 
					        }
 | 
				
			||||||
 | 
					 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
    else {
 | 
					    else {
 | 
				
			||||||
        $content.text("Preview isn't available for this note type.");
 | 
					        $content.text("Preview isn't available for this note type.");
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user