mirror of
				https://github.com/TriliumNext/Notes.git
				synced 2025-10-29 11:44:21 +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>`)} | ||||
|             </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 class="calendar-year-selector"> | ||||
| @ -47,7 +47,7 @@ const DROPDOWN_TPL = ` | ||||
| 
 | ||||
|             <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> | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Adorian Doran
						Adorian Doran