diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-07-25 20:15:56 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-07-25 20:15:56 -0700 |
commit | 2b2e6cba3f0a1f474191ba306b800a18819dde57 (patch) | |
tree | 5bb62fb3815a9cddc53c3eeb11db19d3a447077f /ext | |
parent | 657b541e25f690f310cfe1b9128f3837ed23ebb0 (diff) |
Updating options page to include new tags
Diffstat (limited to 'ext')
-rw-r--r-- | ext/bg/options.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/bg/options.html b/ext/bg/options.html index 628f9954..17f6874d 100644 --- a/ext/bg/options.html +++ b/ext/bg/options.html @@ -124,7 +124,7 @@ </tbody> </table> - <p>Allowed tags: <code>{audio}</code>, <code>{expression}</code>, <code>{reading}</code>, <code>{glossary}</code>, <code>{glossary-list}</code>, <code>{tags}</code></p> + <p>Allowed tags: <code>{audio}</code>, <code>{expression}</code>, <code>{reading}</code>, <code>{glossary}</code>, <code>{glossary-list}</code>, <code>{tags}</code>, <code>{url}</code>, <code>{sentence}</code></p> </div> <div id="kanji" class="tab-pane fade"> @@ -153,7 +153,7 @@ </tbody> </table> - <p>Allowed tags: <code>{character}</code>, <code>{onyomi}</code>, <code>{kunyomi}</code>, <code>{glossary}</code>, <code>{glossary-list}</code></p> + <p>Allowed tags: <code>{character}</code>, <code>{onyomi}</code>, <code>{kunyomi}</code>, <code>{glossary}</code>, <code>{glossary-list}</code>, <code>{url}</code></p> </div> </div> </form> |