fish_config: HTML5 doctype

This commit is contained in:
Aaron Gyes 2022-03-26 13:26:20 -07:00
parent 492f9bb046
commit 776fc0b7f3

View File

@ -1,4 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!DOCTYPE html>
<html ng-app="fishconfig"> <html ng-app="fishconfig">
<head> <head>
@ -34,4 +34,5 @@
</div> </div>
</div> </div>
</div> </div>
</body></html> </body>
</html>