summaryrefslogtreecommitdiff
path: root/src/roff/troff/env.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/roff/troff/env.cpp')
-rw-r--r--src/roff/troff/env.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/roff/troff/env.cpp b/src/roff/troff/env.cpp
index ae1c1061..a12239f5 100644
--- a/src/roff/troff/env.cpp
+++ b/src/roff/troff/env.cpp
@@ -2206,7 +2206,7 @@ node *environment::make_tag(const char *nm, int i)
if (curdiv == topdiv && topdiv->before_first_page)
topdiv->begin_page();
macro *m = new macro;
- m->append_str("html-tag:");
+ m->append_str("devtag:");
for (const char *p = nm; *p; p++)
if (!invalid_input_char((unsigned char)*p))
m->append(*p);