mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-30 19:35:26 +01:00 
			
		
		
		
	Fix div not allowed in summary element in ToC (html validator complaint) (#552)
This commit is contained in:
		 Daniel F. Dickinson
					Daniel F. Dickinson
				
			
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			 GitHub
						GitHub
					
				
			
						parent
						
							5bc9c5a73b
						
					
				
				
					commit
					9a20b2e54c
				
			| @@ -4,7 +4,7 @@ | ||||
| <div class="toc"> | ||||
|     <details {{if (.Param "TocOpen") }} open{{ end }}> | ||||
|         <summary accesskey="c" title="(Alt + C)"> | ||||
|             <div class="details">{{- i18n "toc" | default "Table of Contents" }}</div> | ||||
|             <span class="details">{{- i18n "toc" | default "Table of Contents" }}</span> | ||||
|         </summary> | ||||
|  | ||||
|         <div class="inner"> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user