W3C Validator says type= is required.
This commit is contained in:
		
							parent
							
								
									3e845e84f5
								
							
						
					
					
						commit
						d9f1d9b840
					
				
					 2 changed files with 4 additions and 4 deletions
				
			
		|  | @ -4,8 +4,8 @@ | |||
| 
 | ||||
| {% block head %} | ||||
| <link href="/jquery-ui.css" rel="stylesheet" type="text/css"/> | ||||
| <script src="/jquery.min.js"></script> | ||||
| <script src="/jquery-ui.min.js"></script> | ||||
| <script type="text/javascript" src="/jquery.min.js"></script> | ||||
| <script type="text/javascript" src="/jquery-ui.min.js"></script> | ||||
| 
 | ||||
| <style type="text/css"> | ||||
|   #progressbar .ui-widget-header { background: rgb(206, 31, 31); } | ||||
|  |  | |||
|  | @ -3,8 +3,8 @@ | |||
| {% block category %}Current{% endblock %} | ||||
| {% block head %} | ||||
| <link href="/jquery-ui.css" rel="stylesheet" type="text/css"/> | ||||
| <script src="/jquery.min.js"></script> | ||||
| <script src="/jquery-ui.min.js"></script> | ||||
| <script type="text/javascript" src="/jquery.min.js"></script> | ||||
| <script type="text/javascript" src="/jquery-ui.min.js"></script> | ||||
| {% endblock %} | ||||
| 
 | ||||
| {% block content %} | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Bradley M. Kuhn
						Bradley M. Kuhn