mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-30 01:36:24 +01:00 
			
		
		
		
	style: fix missing quotes
This commit is contained in:
		| @@ -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> | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user