Skip to content

Commit a23303e

Browse files
jdcaballerovmgautierfr
authored andcommitted
Correct example content
1 parent df5b85b commit a23303e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ class ZimTestArticle(ZimArticle):
2525
<html class="client-js">
2626
<head><meta charset="UTF-8">
2727
<title>Monadical</title>
28+
</head>
2829
<h1> ñññ Hello, it works ñññ </h1></html>'''
2930

3031
def __init__(self):

libzim/examples.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ class ZimTestArticle(ZimArticle):
55
<html class="client-js">
66
<head><meta charset="UTF-8">
77
<title>Monadical</title>
8+
</head>
89
<h1> ñññ Hello, it works ñññ </h1></html>'''
910

1011
def __init__(self):

0 commit comments

Comments
 (0)