about summary refs log tree commit diff stats
path: root/src/LYShowInfo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/LYShowInfo.c')
-rw-r--r--src/LYShowInfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/LYShowInfo.c b/src/LYShowInfo.c
index 7c17df72..156e4baf 100644
--- a/src/LYShowInfo.c
+++ b/src/LYShowInfo.c
@@ -295,7 +295,7 @@ PUBLIC int showinfo ARGS4(
     fprintf(fp0, "<dt>&nbsp;&nbsp;&nbsp;&nbsp;<em>mode:</em> %s%s%s\n",
 		 (lynx_mode == FORMS_LYNX_MODE ?
 				  "forms mode" : "normal"),
-		 ((lynx_mode == FORMS_LYNX_MODE && doc->safe) ? ", safe" : ""),
+		 (doc->safe ? ", safe" : ""),
 		 (doc->internal_link ? ", internal link" : "")
 	    );