crccheck / docker-hello-world

Hello World web server in under 2 MB
https://hub.docker.com/r/crccheck/hello-world/
161 stars 161 forks source link

Change <xmp> with <pre> tag in index.html #19

Closed matteo-briani closed 3 years ago

matteo-briani commented 3 years ago
tag is deprecated </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/matteo-briani"><img src="https://avatars.githubusercontent.com/u/47302999?v=4" />matteo-briani</a> commented <strong> 3 years ago</strong> </div> <div class="markdown-body"> <p>Very silly commit so I just created the pull-request without opening an issue. The xmp tag is deprecated <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/xmp">https://developer.mozilla.org/en-US/docs/Web/HTML/Element/xmp</a> , so I took the liberty to change it to the pre tag.</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>