Commit 2def8b9f31e8e24fea24ac3e8430ffe7ac8eea87
1 parent
cfaf4d6a
Exists in
master
Fix typo in template jumbotron
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
template.html.tt
... | ... | @@ -31,7 +31,7 @@ |
31 | 31 | </div> |
32 | 32 | |
33 | 33 | <div class="jumbotron"> |
34 | - <p class="lead">This app fetches data from softwarepublico Copr EPEL7 repositories and compares package versions. In short, a red cell means that the package version differ from the git one (<b>note that this is NOT necessarily a bad thing</b>).</p> | |
34 | + <p class="lead">This app fetches data from softwarepublico Copr EPEL7 repositories and compares package versions. In short, a red cell means that the package version differs from the git one (<b>note that this is NOT necessarily a bad thing</b>).</p> | |
35 | 35 | <div class="row"> |
36 | 36 | <div class="col-lg-6 col-lg-offset-3 col-md-8 col-md-offset-2 col-sm-12 col-xs-12"> |
37 | 37 | <table class="table table-striped"> | ... | ... |