mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-11-20 13:00:16 +01:00
Remove tcpdf because of improper CSS support and use Dompdf instead, to be able to generate pdfs that look similar to the html views refs #4356
11 lines
350 B
HTML
11 lines
350 B
HTML
</div>
|
|
|
|
<div id="footer">
|
|
<div class="badges">
|
|
<a href="http://www.php.net"><img src="images/php5-power-micro.png" alt="php5 logo"/></a>
|
|
<a href="http://validator.w3.org"><img src="images/xhtml10.png" alt="valid xhtml"/></a>
|
|
<a href="http://jigsaw.w3.org/css-validator"><img src="images/css2.png" alt="valid css2"/></a>
|
|
</div>
|
|
</div>
|
|
</body> </html>
|