summaryrefslogtreecommitdiff
path: root/rst_helpers.lua
diff options
context:
space:
mode:
Diffstat (limited to 'rst_helpers.lua')
-rw-r--r--rst_helpers.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/rst_helpers.lua b/rst_helpers.lua
index 33c1a80..49014f4 100644
--- a/rst_helpers.lua
+++ b/rst_helpers.lua
@@ -585,6 +585,7 @@ do
-- for repeated calls as well.
local ulen = utf.len
function helpers.string.wrapat (str, width)
+ local width = width or 65
local linelength = 0
local wrap = P{
[1] = "wrapper",