mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-14 20:33:48 +00:00
Use rsputs3 for quotes
SVN revision: 1457
This commit is contained in:
parent
bce0813228
commit
0db5f39067
@ -6,6 +6,9 @@
|
|||||||
Contents: Web server program for Electronic Logbook ELOG
|
Contents: Web server program for Electronic Logbook ELOG
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.728 2005/07/26 19:19:01 ritt
|
||||||
|
Use rsputs3 for quotes
|
||||||
|
|
||||||
Revision 1.727 2005/07/26 18:21:27 ritt
|
Revision 1.727 2005/07/26 18:21:27 ritt
|
||||||
Added 'Edit page title'
|
Added 'Edit page title'
|
||||||
|
|
||||||
@ -10272,7 +10275,7 @@ void show_edit_form(LOGBOOK * lbs, int message_id, BOOL breply, BOOL bedit, BOOL
|
|||||||
rsprintf("[quote=\"%s\"]", orig_author);
|
rsprintf("[quote=\"%s\"]", orig_author);
|
||||||
else
|
else
|
||||||
rsprintf("[quote]");
|
rsprintf("[quote]");
|
||||||
rsputs(text);
|
rsputs3(text);
|
||||||
rsprintf("[/quote]\r\n");
|
rsprintf("[/quote]\r\n");
|
||||||
} else {
|
} else {
|
||||||
do {
|
do {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user