diff options
| author | Grégoire Duchêne <gduchene@fastmail.net> | 2010-12-07 06:19:44 +0100 |
|---|---|---|
| committer | Grégoire Duchêne <gduchene@fastmail.net> | 2010-12-07 06:24:39 +0100 |
| commit | 381f491b3eecbf90f2202a37f3c43c7f487f8713 (patch) | |
| tree | c53c714ca38968c5bfe76e47702aae122a68900c /src/elements.h | |
| parent | 792bc5386756a42d622d5f023b40808553b912de (diff) | |
Bogus inline quotation implementation corrected.
OK, I implemented subscript text instead of inline quotations, but I
called it "inline quotation support" anyway. My bad, it is now fixed,
and subscript text is coming right away.
Diffstat (limited to 'src/elements.h')
| -rw-r--r-- | src/elements.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/elements.h b/src/elements.h index 964b036..c0e392c 100644 --- a/src/elements.h +++ b/src/elements.h @@ -35,7 +35,8 @@ enum stattribute_t { CODE, MATH, SUPER, - QUOTE + QUOTE, + SUB }; struct stext_t { |
