#172 Put "a" HTML closing tag in translation
Merged 3 years ago by bcotton. Opened 3 years ago by rffontenelle.
fedora-web/ rffontenelle/websites fix-a-closing-tag  into  master

@@ -121,7 +121,7 @@ 

          <div class="col-md-4 py-4 col-xs-12">

            <div class="col-12">

              <h3 class="font-weight-light"><i class="fa fa-fw fa-lg header-icon fa-book"></i>{% trans trimmed %}&nbsp; Documentation{% endtrans %}</h3><br>

-             <h5 class="font-weight-light">{% trans trimmed %}Specific documentation is available at the <a href="https://docs.fedoraproject.org/en-US/iot/">Fedora IoT documentation page.{% endtrans %}</a></h5><br>

+             <h5 class="font-weight-light">{% trans trimmed %}Specific documentation is available at the <a href="https://docs.fedoraproject.org/en-US/iot/">Fedora IoT documentation page.</a>{% endtrans %}</h5><br>

            </div>

          </div>

          <div class="col-md-4 py-4 col-xs-12">

Since was missing in the translation, the translator
could think that tag should be added in the translation,
resulting in broken website. By adding to the translation,
we avoid this issue.

Pull-Request has been merged by bcotton

3 years ago
Metadata