aboutsummaryrefslogtreecommitdiffstats
path: root/common/audit.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--common/audit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/audit.c b/common/audit.c
index e4522dc19..103120a24 100644
--- a/common/audit.c
+++ b/common/audit.c
@@ -1187,7 +1187,7 @@ audit_print_result (audit_ctx_t ctx, estream_t out, int use_html)
clear_helptags (ctx);
if (use_html)
- es_fputs ("<div class=\"GnuPGAuditLog\">\n", ctx->outstream);
+ es_fputs ("<div class=\"" GNUPG_NAME "AuditLog\">\n", ctx->outstream);
if (!ctx->log || !ctx->logused)
{