File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -50,10 +50,8 @@ namespace HtmlLib {
5050 void initHtml (std::ostream &str, std::string title) {
5151 escapeText (title);
5252
53- str << " <?xml version='1.0' encoding='utf-8'?>\n \
54- <!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.1//EN' \
55- 'http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd'>\n \
56- <html xmlns='http://www.w3.org/1999/xhtml'>\n \
53+ str << " <!DOCTYPE html>\n \
54+ <html>\n \
5755<head><title>" << title << " </title></head>\n \
5856<body style='background: white;'>\n <h1>" << title << " </h1>\n " ;
5957 }
Original file line number Diff line number Diff line change 1- < ?xml version='1.0' encoding='utf-8'?>
2- <!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.1//EN' 'http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd'>
3- < html xmlns ='http://www.w3.org/1999/xhtml '>
1+ <!DOCTYPE html>
2+ < html >
43< head > < title > curl-7.60.0-1.el8+7</ title > </ head >
54< body style ='background: white; '>
65< h1 > curl-7.60.0-1.el8+7</ h1 >
Original file line number Diff line number Diff line change 1- < ?xml version='1.0' encoding='utf-8'?>
2- <!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.1//EN' 'http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd'>
3- < html xmlns ='http://www.w3.org/1999/xhtml '>
1+ <!DOCTYPE html>
2+ < html >
43< head > < title > curl-7.60.0-1.el8+7</ title > </ head >
54< body style ='background: white; '>
65< h1 > curl-7.60.0-1.el8+7</ h1 >
You can’t perform that action at this time.
0 commit comments