mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	HTML validation: Add placeholder text to <h1>, <h3>.
Otherwise validator.nu warns about the empty header tags. The placeholder text is replaced by JavaScript. Signed-off-by: Anders Kaseorg <andersk@mit.edu>
This commit is contained in:
		
				
					committed by
					
						
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							6107382b2a
						
					
				
				
					commit
					05dc132fb2
				
			@@ -1,6 +1,6 @@
 | 
			
		||||
<div class="form-sidebar">
 | 
			
		||||
    <div class="title">
 | 
			
		||||
        <h1></h1>
 | 
			
		||||
        <h1>Title</h1>
 | 
			
		||||
        <div class="exit">×</div>
 | 
			
		||||
    </div>
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -117,7 +117,7 @@
 | 
			
		||||
                <div id="integration-instructions-group">
 | 
			
		||||
                    <div id="integration-instruction-block" class="integration-instruction-block">
 | 
			
		||||
                        <a href="/integrations" id="integration-list-link" class="no-underline"><i class="fa fa-arrow-circle-left" aria-hidden="true"></i><span>Back to list</span></a>
 | 
			
		||||
                        <h3 class="name"></h3>
 | 
			
		||||
                        <h3 class="name">Name</h3>
 | 
			
		||||
                        <div class="categories"></div>
 | 
			
		||||
                    </div>
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user