diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1996-08-03 11:12:01 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1996-08-03 11:12:01 +0000 |
| commit | 6428ad73f3093f3647c028a557e5e60f14acbe1e (patch) | |
| tree | af367f98078745e438f5a5514f423479d15c15e0 /www/Mosaic/files/patch-ae | |
| parent | Variable reordering (move "misc" variables down). (diff) | |
Upgrade to 2.7b5
Notes
Notes:
svn path=/head/; revision=3509
Diffstat (limited to 'www/Mosaic/files/patch-ae')
| -rw-r--r-- | www/Mosaic/files/patch-ae | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/www/Mosaic/files/patch-ae b/www/Mosaic/files/patch-ae new file mode 100644 index 000000000000..b346f5a80f20 --- /dev/null +++ b/www/Mosaic/files/patch-ae @@ -0,0 +1,36 @@ +*** src/comment.h.bak Fri Jun 7 00:01:43 1996 +--- src/comment.h Sat Aug 3 13:58:11 1996 +*************** +*** 67,73 **** + #ifndef _COMMENT_H + #define _COMMENT_H + +! char *comment_card_html_top= \ + "<title>\n" \ + " Comment Card for Mosaic 2.6\n" \ + "</title>\n" \ +--- 67,73 ---- + #ifndef _COMMENT_H + #define _COMMENT_H + +! static char *comment_card_html_top= \ + "<title>\n" \ + " Comment Card for Mosaic 2.6\n" \ + "</title>\n" \ +*************** +*** 103,109 **** + " <p>\n" \ + "\n"; + +! char *comment_card_html_bot= \ + " </p>\n" \ + " </li>\n" \ + " <br>\n" \ +--- 103,109 ---- + " <p>\n" \ + "\n"; + +! static char *comment_card_html_bot= \ + " </p>\n" \ + " </li>\n" \ + " <br>\n" \ |
