Skip to content

Commit

Permalink
Switch to HTML5 DOCTYPE
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Jul 29, 2015
1 parent c041d8a commit dbe934e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tt_lib/invoice.tt
@@ -1,6 +1,5 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf8" />
<title>Invoice [% inv.id | format('%05d') %]</title>
Expand Down

0 comments on commit dbe934e

Please sign in to comment.