Discourage incorrect use of pkgs.a.o's flag feature
I have seen quite a few bug reports and other messages from flagged packages.
Google Translate says it is Japanese and means "thank you" https://translate.google.com/#view=home&op=translate&sl=auto&tl=en&text=%E3%82%88%E3%82%8D%E3%81%97%E3%81%8F%E3%81%8A%E9%A1%98%E3%81%84%E3%81%84%E3%81%9F%E3%81%97%E3%81%BE%E3%81%99%E3%80%82
A simple warning/notice might alleviate the problem.
Related code:
<div class="pure-u-1 pure-u-lg-10-24">
.......
<div class="grid-head">Be aware!</div>
<div class="grid-body" style="">
<notice style="color: #fff;background-color: #dd320b;padding: 1em;border-radius: 4px;line-height: 2em;width: 541.167px;height: 57px;display: inherit;" color="d9edf7">This form is intented to report outdated packages.<br>Please report all other issues related to tini via the <a href="https://bugs.alpinelinux.org/projects/alpine/issues">Bug Tracker</a></notice>
</div>
</div>
element {
color: #fff;
background-color: #dd320b;
padding: 1em;
border-radius: 4px;
line-height: 2em;
width: 541.167px;
height: 57px;
display: inherit;
}
Edited by Kevin Daudt