File: in.diff

package info (click to toggle)
ydiff 1.4.2-1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,692 kB
  • sloc: python: 1,417; sh: 91; makefile: 58
file content (26 lines) | stat: -rw-r--r-- 633 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
diff --git a/2pdf.sh b/2pdf.sh
index 529d8a3..ad71911 100755
--- a/2pdf.sh
+++ b/2pdf.sh
@@ -13,3 +13,5 @@ INPUT=${1:-foo.html}
 OUTPUT=${INPUT%.html}.pdf
 
 wkhtmltopdf --page-size A4 $INPUT $OUTPUT  # very very long comments ends here
+
+# EOF
diff --git a/example.pdf b/example.pdf
index 1eacfd8..3696851 100644
Binary files a/example.pdf and b/example.pdf differ
diff --git a/foo.html b/foo.html
index d2fd3fb..13afa6e 100644
--- a/foo.html
+++ b/foo.html
@@ -1,4 +1,4 @@
-<!doctype html>
+<!DOCTYPE html>
 <html>
 
 <head>
diff --git a/foo.pdf b/foo.pdf
index 0e90017..3c3b90d 100644
Binary files a/foo.pdf and b/foo.pdf differ