İlk temizlik tamamlandı bir önceki projeden
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
<?php function pdf_html_content2($html) {
|
||||
$start = '<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<style>
|
||||
|
||||
body{
|
||||
font-family: DejaVu Sans;
|
||||
}
|
||||
|
||||
|
||||
|
||||
</style>
|
||||
</head>
|
||||
<body>';
|
||||
|
||||
$end = "</body>
|
||||
</html>";
|
||||
|
||||
return $start . $html . $end;
|
||||
} ?>
|
||||
Reference in New Issue
Block a user