diff --git a/wrp.go b/wrp.go
index ef05f9f..a487f1e 100644
--- a/wrp.go
+++ b/wrp.go
@@ -188,8 +188,8 @@ func capture(gourl string, w int64, h int64, s float64, p int64, ismap bool, out
if ismap {
} else {
- fmt.Fprintf(out, "\n",
- b.Content[0]*s, b.Content[1]*s, b.Content[4]*s, b.Content[5]*s, n.AttributeValue("href"), n.AttributeValue("href"), target)
+ fmt.Fprintf(out, "\n",
+ b.Content[0]*s, b.Content[1]*s, b.Content[4]*s, b.Content[5]*s, n.AttributeValue("href"), n.AttributeValue("href"), target)
}
}
}