comparison lisp/psgml/psgml-html.el @ 32:e04119814345 r19-15b99

Import from CVS: tag r19-15b99
author cvs
date Mon, 13 Aug 2007 08:52:56 +0200
parents 4103f0995bd7
children 8b8b7f3559a2
comparison
equal deleted inserted replaced
31:b9328a10c56c 32:e04119814345
75 " <head>\n" 75 " <head>\n"
76 " <title>" (p "Document Title: " title) "</title>\n" 76 " <title>" (p "Document Title: " title) "</title>\n"
77 " </head>\n" 77 " </head>\n"
78 "\n" 78 "\n"
79 " <body>\n" 79 " <body>\n"
80 " <h1>" (s title) "</h1>\n\n" 80 " <h1>" (s title) "</h1>\n\n"
81 p 81 p
82 "\n\n <hr>\n" 82 "\n\n <hr>\n"
83 " <address>" html-helper-address-string "</address>\n" 83 " <address>" html-helper-address-string "</address>\n"
84 (html-helper-return-created-string) 84 (html-helper-return-created-string)
85 html-helper-timestamp-start 85 html-helper-timestamp-start
86 html-helper-timestamp-end 86 html-helper-timestamp-end
87 "\n </body>\n</html>\n") 87 "\n </body>\n</html>\n")
88 "*Template for new buffers. 88 "*Template for new buffers.