guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: website: Add document type declaration.


From: Luis Felipe López Acevedo
Subject: 01/01: website: Add document type declaration.
Date: Mon, 25 May 2015 15:23:04 +0000

felipelopez pushed a commit to branch master
in repository guix-artwork.

commit dc741a7064bfc55edf2139ace8137632e18960c7
Author: Felipe López <address@hidden>
Date:   Mon May 25 10:23:29 2015 -0500

    website: Add document type declaration.
---
 website/www.scm |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/website/www.scm b/website/www.scm
index d5d12c9..f115a34 100644
--- a/website/www.scm
+++ b/website/www.scm
@@ -329,6 +329,7 @@ Distribution.")
   (mkdir* (dirname file))
   (call-with-output-file file
     (lambda (port)
+      (display "<!DOCTYPE html>\n" port)
       (sxml->xml page port))))
 
 (define* (export-web-site #:optional (directory "."))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]