1
0
mirror of https://github.com/JuanCanham/fresh-themes.git synced 2024-11-14 04:30:10 +00:00

Fix HTML headers.

This commit is contained in:
devlinjd 2015-10-26 00:40:23 -04:00
parent 759a406d72
commit 71919429aa
3 changed files with 17 additions and 19 deletions

View File

@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
{# <!--
[[[
modern/doc.xml title: Modern (PDF)
An XML-driven Microsoft Word resume template for FluentCV's "modern" theme. description: An HTML-driven PDF resume template for FluentCV's "modern" theme.
Uses the MS Word 2003 XML format. engine: Underscore
]]]
#} -->
<?mso-application progid="Word.Document"?> <?mso-application progid="Word.Document"?>
<w:wordDocument xmlns:aml="http://schemas.microsoft.com/aml/2001/core" xmlns:wpc="http://schemas.microsoft.com/office/word/2010/wordprocessingCanvas" xmlns:dt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w10="urn:schemas-microsoft-com:office:word" xmlns:w="http://schemas.microsoft.com/office/word/2003/wordml" xmlns:wx="http://schemas.microsoft.com/office/word/2003/auxHint" xmlns:wne="http://schemas.microsoft.com/office/word/2006/wordml" xmlns:wsp="http://schemas.microsoft.com/office/word/2003/wordml/sp2" xmlns:sl="http://schemas.microsoft.com/schemaLibrary/2003/core" w:macrosPresent="no" w:embeddedObjPresent="no" w:ocxPresent="no" xml:space="preserve"> <w:wordDocument xmlns:aml="http://schemas.microsoft.com/aml/2001/core" xmlns:wpc="http://schemas.microsoft.com/office/word/2010/wordprocessingCanvas" xmlns:dt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w10="urn:schemas-microsoft-com:office:word" xmlns:w="http://schemas.microsoft.com/office/word/2003/wordml" xmlns:wx="http://schemas.microsoft.com/office/word/2003/auxHint" xmlns:wne="http://schemas.microsoft.com/office/word/2006/wordml" xmlns:wsp="http://schemas.microsoft.com/office/word/2003/wordml/sp2" xmlns:sl="http://schemas.microsoft.com/schemaLibrary/2003/core" w:macrosPresent="no" w:embeddedObjPresent="no" w:ocxPresent="no" xml:space="preserve">
<w:ignoreSubtree w:val="http://schemas.microsoft.com/office/word/2003/wordml/sp2"/> <w:ignoreSubtree w:val="http://schemas.microsoft.com/office/word/2003/wordml/sp2"/>

View File

@ -1,10 +1,9 @@
<!DOCTYPE html> <!DOCTYPE html>
{# <!-- [[[
title: Modern (HTML)
modern/html.html description: An HTML resume template for FluentCV's "modern" theme.
An HTML resume template for FluentCV's "modern" theme. engine: Underscore
]]] -->
#}
<html> <html>
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">

View File

@ -1,10 +1,9 @@
<!DOCTYPE html> <!DOCTYPE html>
{# <!-- [[[
title: Modern (PDF)
modern/pdf.html description: An HTML-driven PDF resume template for FluentCV's "modern" theme.
An HTML-driven PDF resume template for FluentCV's "modern" theme. engine: Underscore
]]] -->
#}
<html> <html>
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">