mirror of
				https://github.com/go-gitea/gitea
				synced 2025-11-04 05:18:25 +00:00 
			
		
		
		
	@@ -272,7 +272,7 @@ export function initRepoCommentForm() {
 | 
			
		||||
      }
 | 
			
		||||
 | 
			
		||||
      $list.find('.selected').html(`
 | 
			
		||||
        <a class="item muted sidebar-item-link" href=${htmlEscape(this.getAttribute('href'))}>
 | 
			
		||||
        <a class="item muted sidebar-item-link" href="${htmlEscape(this.getAttribute('data-href'))}">
 | 
			
		||||
          ${icon}
 | 
			
		||||
          ${htmlEscape(this.textContent)}
 | 
			
		||||
        </a>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user