Skip to content

Correctly close HTML <div> in release.tx #3010

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion root/base/release.tx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@
%% : '/dist/' ~ $release.distribution;
<li class="nav-header no-margin-top">
<div class="ttip" data-toggle="tooltip" data-placement="bottom" title="The date that this version of [% $release.distribution %] was released.">
<span class="relatize">[% datetime($release.date).to_http %]</span>
<span class="relatize">[% datetime($release.date).to_http %]</span>
</div>
</li>
%% include inc::release_status { maturity => $release.maturity }
%% block left_nav_lead -> {
Expand Down