mirror of
				https://github.com/PurpleI2P/i2pd.git
				synced 2025-11-04 08:30:46 +00:00 
			
		
		
		
	Update HTTPServer.cpp
Fix transport sections in web interface 2
This commit is contained in:
		
							parent
							
								
									55555c8787
								
							
						
					
					
						commit
						634101ceb5
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -578,7 +578,7 @@ namespace http {
 | 
			
		|||
		}
 | 
			
		||||
		if (!tmp_s.str ().empty ())
 | 
			
		||||
		{
 | 
			
		||||
			s << "<div class='slide'><label for='slide_" << boost::algorithm::to_lower_copy(name) << "'><b>" << name << "</b> ( " << cnt << " )</label>\r\n<input type='checkbox' id='slide_ntcp'/>\r\n<p class='content'>";
 | 
			
		||||
			s << "<div class='slide'><label for='slide_" << boost::algorithm::to_lower_copy(name) << "'><b>" << name << "</b> ( " << cnt << " )</label>\r\n<input type='checkbox' id='slide_" << boost::algorithm::to_lower_copy(name) << "'/>\r\n<p class='content'>";
 | 
			
		||||
			s << tmp_s.str () << "</p>\r\n</div>\r\n";
 | 
			
		||||
		}
 | 
			
		||||
		if (!tmp_s6.str ().empty ())
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue