Skip to content

Commit 14a646e

Browse files
committed
#446 Better representation of the information data
1 parent 2770e61 commit 14a646e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

templates/default_html.template

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ license_key_and_license_file_name
1919
Note that the license_file_key is usually the same as the license_key (for non-custom license)
2020
See "get_license_file_key" in `attrib.py` for more information
2121

22-
#}<!doctype html>
22+
#}
23+
<!doctype html>
2324
<html>
2425
<head>
2526
<style type="text/css">

tests/testdata/test_attrib/gen_default_template/expected_default_attrib.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
<!doctype html>
23
<html>
34
<head>

0 commit comments

Comments
 (0)