summaryrefslogtreecommitdiff
path: root/template.go
diff options
context:
space:
mode:
Diffstat (limited to 'template.go')
-rw-r--r--template.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/template.go b/template.go
index e3e4fe5..31204c2 100644
--- a/template.go
+++ b/template.go
@@ -178,7 +178,7 @@ func (f *Fpdf) putTemplates() {
for _, key = range keyList {
// for _, ti := range tImages {
ti = tImages[key]
- f.outf("/I%d %d 0 R", ti.i, ti.n)
+ f.outf("/I%s %d 0 R", ti.i, ti.n)
}
}
for _, tt := range tTemplates {