HTML indention formatting OCD fixes
This commit is contained in:
		
							
								
								
									
										8
									
								
								tabs.php
									
									
									
									
									
								
							
							
						
						
									
										8
									
								
								tabs.php
									
									
									
									
									
								
							| @@ -13,13 +13,13 @@ | |||||||
| foreach ($tabs as $name => $url) { | foreach ($tabs as $name => $url) { | ||||||
| 	if ($url == "/") { | 	if ($url == "/") { | ||||||
| 	       if ($_SERVER['REQUEST_URI'] == "/") | 	       if ($_SERVER['REQUEST_URI'] == "/") | ||||||
| 					echo "<li><a href=\"http://aclindsay.com/\" class=\"current\">Home</a></li>"; | 			echo "\t\t<li><a href=\"http://aclindsay.com/\" class=\"current\">Home</a></li>\n"; | ||||||
| 	       else | 	       else | ||||||
| 					echo "<li><a href=\"http://aclindsay.com/\">Home</a></li>"; | 			echo "\t\t<li><a href=\"http://aclindsay.com/\">Home</a></li>\n"; | ||||||
| 	} else if ($base_domain && strncmp($url, $_SERVER['REQUEST_URI'], strlen($url)) == 0) | 	} else if ($base_domain && strncmp($url, $_SERVER['REQUEST_URI'], strlen($url)) == 0) | ||||||
| 				echo "<li><a href=\"http://aclindsay.com".$url."\" class=\"current\">".$name."</a></li>"; | 		echo "\t\t<li><a href=\"http://aclindsay.com".$url."\" class=\"current\">".$name."</a></li>\n"; | ||||||
| 	else | 	else | ||||||
| 				echo "<li><a href=\"http://aclindsay.com".$url."\">".$name."</a></li>"; | 		echo "\t\t<li><a href=\"http://aclindsay.com".$url."\">".$name."</a></li>\n"; | ||||||
| } | } | ||||||
| ?> | ?> | ||||||
| 	</ul> | 	</ul> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user