mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-03 21:16:26 +01:00 
			
		
		
		
	Fix typo in HTML attribute (#33599)
This commit is contained in:
		
							parent
							
								
									8aede14b1d
								
							
						
					
					
						commit
						1ba7cbbfd6
					
				@ -445,7 +445,7 @@ export default defineComponent({
 | 
			
		||||
              class="item navigation tw-py-1" :class="{'disabled': page === 1}"
 | 
			
		||||
              @click="changePage(page - 1)" :title="textPreviousPage"
 | 
			
		||||
            >
 | 
			
		||||
              <svg-icon name="octicon-chevron-left" :size="16" clsas="tw-mr-1"/>
 | 
			
		||||
              <svg-icon name="octicon-chevron-left" :size="16" class="tw-mr-1"/>
 | 
			
		||||
            </a>
 | 
			
		||||
            <a class="active item tw-py-1">{{ page }}</a>
 | 
			
		||||
            <a
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user