mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-30 19:35:26 +01:00 
			
		
		
		
	Update inTextImg.html
Fix Bad value 15px for attribute height on element img: Expected a digit but saw p instead.
This commit is contained in:
		| @@ -2,4 +2,4 @@ | ||||
| {{- $height := (.Get "height") }} | ||||
| {{- $alt := (.Get "alt") }} | ||||
|  | ||||
| <img class="in-text" height="{{ $height | default `15px` }}" src="{{$Img}}" alt="{{$alt}}"> | ||||
| <img class="in-text" height="{{ $height | default `15` }}" src="{{$Img}}" alt="{{$alt}}"> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Aditya Telange
					Aditya Telange