mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-10 18:23:28 +00:00
Added 'file://' to automatic link display
SVN revision: 560
This commit is contained in:
parent
f2d600eb94
commit
d720b2517d
@ -6,6 +6,9 @@
|
|||||||
Contents: Web server program for Electronic Logbook ELOG
|
Contents: Web server program for Electronic Logbook ELOG
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.119 2003/06/27 16:14:42 midas
|
||||||
|
Added 'file://' to automatic link display
|
||||||
|
|
||||||
Revision 1.118 2003/06/23 11:22:42 midas
|
Revision 1.118 2003/06/23 11:22:42 midas
|
||||||
Added option 'Title image'
|
Added option 'Title image'
|
||||||
|
|
||||||
@ -3789,7 +3792,7 @@ void rsputs(const char *str)
|
|||||||
|
|
||||||
/*------------------------------------------------------------------*/
|
/*------------------------------------------------------------------*/
|
||||||
|
|
||||||
char *list[] = { "http://", "https://", "ftp://", "mailto:", "elog:", "" };
|
char *list[] = { "http://", "https://", "ftp://", "mailto:", "elog:", "file://", "" };
|
||||||
|
|
||||||
void rsputs2(const char *str)
|
void rsputs2(const char *str)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user