mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
37 lines
716 B
Plaintext
37 lines
716 B
Plaintext
*** 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" \
|