Mercurial > hg > xemacs-beta
comparison lisp/psgml/psgml-html.el @ 110:fe104dbd9147 r20-1b7
Import from CVS: tag r20-1b7
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:19:45 +0200 |
parents | 4be1180a9e89 |
children | 8619ce7e4c50 |
comparison
equal
deleted
inserted
replaced
109:e183fc049578 | 110:fe104dbd9147 |
---|---|
74 " <head>\n" | 74 " <head>\n" |
75 " <title>" (p "Document Title: " title) "</title>\n" | 75 " <title>" (p "Document Title: " title) "</title>\n" |
76 " </head>\n" | 76 " </head>\n" |
77 "\n" | 77 "\n" |
78 " <body>\n" | 78 " <body>\n" |
79 " <h1>" (s title) "</h1>\n\n" | 79 " <h1>" (s title) "</h1>\n\n" |
80 p | 80 p |
81 "\n\n <hr>\n" | 81 "\n\n <hr>\n" |
82 " <address>" html-helper-address-string "</address>\n" | 82 " <address>" html-helper-address-string "</address>\n" |
83 (html-helper-return-created-string) | 83 (html-helper-return-created-string) |
84 html-helper-timestamp-start | 84 html-helper-timestamp-start |
85 html-helper-timestamp-end | 85 html-helper-timestamp-end |
86 "\n </body>\n</html>\n") | 86 "\n </body>\n</html>\n") |
87 "*Template for new buffers. | 87 "*Template for new buffers. |