mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	templates: Fix invalid <h4> inside <label>.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
		
				
					committed by
					
						
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							c3b55702db
						
					
				
				
					commit
					99481eb47c
				
			@@ -34,9 +34,9 @@
 | 
			
		||||
                </div>
 | 
			
		||||
                <div class="subscribers_container stream_creation_container">
 | 
			
		||||
                    <section class="stream_create_add_subscriber_container">
 | 
			
		||||
                        <label class="choose-subscribers-label">
 | 
			
		||||
                            <h4 class="stream_setting_subsection_title">{{t "Choose subscribers" }}</h4>
 | 
			
		||||
                        </label>
 | 
			
		||||
                        <h4 class="stream_setting_subsection_title">
 | 
			
		||||
                            <label class="choose-subscribers-label">{{t "Choose subscribers" }}</label>
 | 
			
		||||
                        </h4>
 | 
			
		||||
                        <div id="stream_subscription_error" class="stream_creation_error"></div>
 | 
			
		||||
                        <div class="controls" id="people_to_add"></div>
 | 
			
		||||
                    </section>
 | 
			
		||||
 
 | 
			
		||||
@@ -35,9 +35,9 @@
 | 
			
		||||
                </div>
 | 
			
		||||
                <div class="user_group_members_container user_group_creation">
 | 
			
		||||
                    <section id="choose_member_section">
 | 
			
		||||
                        <label for="people_to_add_in_group">
 | 
			
		||||
                            <h4 class="user_group_setting_subsection_title">{{t "Choose members" }}</h4>
 | 
			
		||||
                        </label>
 | 
			
		||||
                        <h4 class="user_group_setting_subsection_title">
 | 
			
		||||
                            <label for="people_to_add_in_group">{{t "Choose members" }}</label>
 | 
			
		||||
                        </h4>
 | 
			
		||||
                        <div id="user_group_membership_error" class="user_group_creation_error"></div>
 | 
			
		||||
                        <div class="controls" id="people_to_add_in_group"></div>
 | 
			
		||||
                    </section>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user