mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-03 21:19:01 +01:00 
			
		
		
		
	client: correct class names
This commit is contained in:
		
							parent
							
								
									79b1d01267
								
							
						
					
					
						commit
						603ae47225
					
				@ -281,11 +281,11 @@ async function getNoteTitleWithPathAsSuffix(notePath) {
 | 
			
		||||
            $notePath.append($(`<span>`).text(path[segmentIndex]));
 | 
			
		||||
            
 | 
			
		||||
            if (segmentIndex < path.length - 1) {
 | 
			
		||||
                $notePath.append($(`<span class="path-bracket">`).text(" / "));
 | 
			
		||||
                $notePath.append($(`<span class="path-delimiter">`).text(" / "));
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        $notePath.append($(`<span class="path-wrapper">)</span>)`));
 | 
			
		||||
        $notePath.append($(`<span class="path-bracket">)</span>)`));
 | 
			
		||||
 | 
			
		||||
        $titleWithPath.append($notePath);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user