redpen-cc / redpen

RedPen is an open source proofreading tool to check if your technical documents meet the writing standard. RedPen supports various markup text formats (Markdown, Textile, AsciiDoc, Re:VIEW, reStructuredText and LaTeX).

Home Page:https://redpen.cc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mismatched number of embeds in message

marron9999 opened this issue · comments

In HeaderLengthValidator.java
addLocalizedError(section.getJoinedHeaderContents(), getInt("max_len"));

In error-messages.properties
HeaderLengthValidator=The length of header ({0}) exceeds the maximum of {1}.

Therefore, "{1}" is displayed in the message.