Skip to content
Snippets Groups Projects
Commit aa555f9a authored by Lukas Fleischer's avatar Lukas Fleischer
Browse files

Explain syntax/features in the comments section


Addresses FS#64983.

Signed-off-by: default avatarLukas Fleischer <lfleischer@archlinux.org>
parent e5f8fe55
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,10 @@
<?php endif; ?>
<input type="hidden" name="token" value="<?= htmlspecialchars($_COOKIE['AURSID']) ?>" />
</div>
<p>
<?= __("Git commit identifiers referencing commits in the AUR package repository and URLs are converted to links automatically.") ?>
<?= __("%sMarkdown syntax%s is partially supported.", '<a href="https://daringfireball.net/projects/markdown/syntax">', "</a>") ?>
</p>
<p>
<textarea id="id_comment" name="comment" cols="80" rows="10"><?= (isset($comment_id)) ? htmlspecialchars($comment) : "" ?></textarea>
</p>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment