ColorlibHQ / AdminLTE

AdminLTE - Free admin dashboard template based on Bootstrap 5
https://adminlte.io
MIT License
44.04k stars 18.17k forks source link

[BUG] Typo in title of examples/invoice-print.html #2502

Closed bansalshashank closed 4 years ago

bansalshashank commented 4 years ago

Describe the bug There is a typo in the title of examples/invoice-print.html where the title should be AdminLTE 3 | Invoice Print it is AdminLTE 3 | Invoice, keeping in consistency with rest of the examples

To Reproduce Steps to reproduce the behavior:

  1. Go to https://github.com/ColorlibHQ/AdminLTE/blob/master/pages/examples/invoice-print.html
  2. Search for </strong> tag</li> <li>The title should be AdminLTE 3 | Invoice Page instead of AdminLTE3 | Invoice</li> </ol> <p><strong>Expected behavior</strong> The title should be AdminLTE 3 | Invoice Page instead of AdminLTE3 | Invoice</p> <p><strong>Environment (please complete the following information):</strong></p> <ul> <li>AdminLTE Version: [3.0.3-pre]</li> <li>Operating System: [Ubuntu 18 bionic]</li> <li>Browser (Version): [Chrome (79.0.3945.130 (Official Build) (64-bit))]</li> </ul> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/bansalshashank"><img src="https://avatars.githubusercontent.com/u/46516215?v=4" />bansalshashank</a> commented <strong> 4 years ago</strong> </div> <div class="markdown-body"> <p><strong>PR Attached</strong></p> <h1>2503</h1> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/REJack"><img src="https://avatars.githubusercontent.com/u/1554582?v=4" />REJack</a> commented <strong> 4 years ago</strong> </div> <div class="markdown-body"> <p>PR merged 😄 </p> </div> </div> <div class="page-bar-simple"> </div> <div class="footer"> <ul class="body"> <li>© <script> document.write(new Date().getFullYear()) </script> Githubissues.</li> <li>Githubissues is a development platform for aggregating issues.</li> </ul> </div> <script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.min.js"></script> <script src="/githubissues/assets/js.js"></script> <script src="/githubissues/assets/markdown.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/highlight.min.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/languages/go.min.js"></script> <script> hljs.highlightAll(); </script> </body> </html>