Add missing anchor titles

dev
gravel 1 year ago
parent f52ca54bcb
commit f4822d5ba9
Signed by: gravel
GPG Key ID: C0538F3C906B308F

@ -43,6 +43,7 @@
Language<sup><a Language<sup><a
href="<?=$REPOSITORY_CANONICAL_URL?>/src/branch/main/languages" href="<?=$REPOSITORY_CANONICAL_URL?>/src/branch/main/languages"
target="_blank" target="_blank"
title="Community language data on Codeberg"
>help us label</a></sup>: <span >help us label</a></sup>: <span
id="details-modal-language-flag" id="details-modal-language-flag"
data-hydrate-with="language_flag" data-hydrate-with="language_flag"

@ -142,10 +142,9 @@
<a <a
href="<?=room_qr_code($room)?>" href="<?=room_qr_code($room)?>"
target="_blank" target="_blank"
title="Click here to view details for <?=$name_trunc?>"
> >
<div <div></div>
title="Click here to view details for <?=$name_trunc?>"
></div>
</a> </a>
</td> </td>
<td class="td_server_icon" <td class="td_server_icon"

@ -93,7 +93,11 @@
<?=count_rooms($servers)?> unique Session Communities <?=count_rooms($servers)?> unique Session Communities
on <?=count($servers)?> servers have been found. on <?=count($servers)?> servers have been found.
<span id="servers_hidden">(None hidden as JS is off)</span> <span id="servers_hidden">(None hidden as JS is off)</span>
<sup><a href="<?=$REPOSITORY_CANONICAL_URL?>/#policy" target="_blank">why?</a></sup> <sup><a
href="<?=$REPOSITORY_CANONICAL_URL?>/#policy"
title="SessionCommunities.Online policy"
target="_blank"
>why?</a></sup>
</p> </p>
<p id="last_checked"> <p id="last_checked">
Last checked <span id="last_checked_value" itemprop="dateModified" value="<?=$time_modified_str?>"> Last checked <span id="last_checked_value" itemprop="dateModified" value="<?=$time_modified_str?>">
@ -105,10 +109,10 @@
<details> <details>
<summary class="carousel-label aside__h2 h2-like">What is Session Messenger?</summary> <summary class="carousel-label aside__h2 h2-like">What is Session Messenger?</summary>
<p class="carousel-target"> <p class="carousel-target">
<a href="https://getsession.org/" rel="follow external">Session</a> <a href="https://getsession.org/" rel="external">Session</a>
is a private messaging app that protects your meta-data, is a private messaging app that protects your meta-data,
encrypts your communications, and makes sure your messaging activities encrypts your communications, and makes sure your messaging activities
leave no digital trail behind. <a href="/about/">Read more.</a> leave no digital trail behind. <a href="/about/" title="About page">Read more.</a>
</p> </p>
</details> </details>
<details> <details>
@ -116,7 +120,7 @@
<p class="carousel-target"> <p class="carousel-target">
Session Communities are public chatrooms accessible from within Session Messenger. Session Communities are public chatrooms accessible from within Session Messenger.
This web project crawls known sources of Session Communities, and This web project crawls known sources of Session Communities, and
displays information about them as a static HTML page. <a href="/about/">Read more.</a> displays information about them as a static HTML page. <a href="/about/" title="About page">Read more.</a>
</p> </p>
</details> </details>
<p>Disclaimer:</p> <p>Disclaimer:</p>

Loading…
Cancel
Save