mirror of
				https://github.com/TriliumNext/Notes.git
				synced 2025-10-30 20:41:33 +08:00 
			
		
		
		
	style: fix missing quotes
This commit is contained in:
		
							parent
							
								
									994255451d
								
							
						
					
					
						commit
						d5ff354e2f
					
				| @ -39,7 +39,7 @@ const DROPDOWN_TPL = ` | |||||||
|                 ${Object.entries(MONTHS).map(([i, month]) => `<option value=${i}>${month}</option>`)} |                 ${Object.entries(MONTHS).map(([i, month]) => `<option value=${i}>${month}</option>`)} | ||||||
|             </select> |             </select> | ||||||
| 
 | 
 | ||||||
|             <button class="calendar-btn bx bx-chevron-right data-calendar-toggle="next"></button> |             <button class="calendar-btn bx bx-chevron-right" data-calendar-toggle="next"></button> | ||||||
|         </div> |         </div> | ||||||
| 
 | 
 | ||||||
|         <div class="calendar-year-selector"> |         <div class="calendar-year-selector"> | ||||||
| @ -47,7 +47,7 @@ const DROPDOWN_TPL = ` | |||||||
| 
 | 
 | ||||||
|             <input type="number" min="1900" max="2999" step="1" data-calendar-input="year" /> |             <input type="number" min="1900" max="2999" step="1" data-calendar-input="year" /> | ||||||
| 
 | 
 | ||||||
|             <button class="calendar-btn bx bx-chevron-right data-calendar-toggle="nextYear"></button> |             <button class="calendar-btn bx bx-chevron-right" data-calendar-toggle="nextYear"></button> | ||||||
|         </div> |         </div> | ||||||
|     </div> |     </div> | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Adorian Doran
						Adorian Doran