diff options
author | Vadim A. Misbakh-Soloviov <git@mva.name> | 2016-02-18 19:23:08 +0600 |
---|---|---|
committer | Vadim A. Misbakh-Soloviov <git@mva.name> | 2016-02-18 19:23:08 +0600 |
commit | c1975531954418a791d1b0e5445d315ba3411e6b (patch) | |
tree | 6da145e7d952858ec7d1d6e87c3b8876966d919d /Documentation | |
parent | luafilesystem: fix (diff) | |
download | lua-c1975531954418a791d1b0e5445d315ba3411e6b.tar.gz lua-c1975531954418a791d1b0e5445d315ba3411e6b.tar.bz2 lua-c1975531954418a791d1b0e5445d315ba3411e6b.zip |
prosody-modules: bump
Signed-off-by: Vadim A. Misbakh-Soloviov <git@mva.name>
Diffstat (limited to 'Documentation')
-rwxr-xr-x | Documentation/scripts/prosody-modules_bumper.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/scripts/prosody-modules_bumper.lua b/Documentation/scripts/prosody-modules_bumper.lua index ccba722..c74ef58 100755 --- a/Documentation/scripts/prosody-modules_bumper.lua +++ b/Documentation/scripts/prosody-modules_bumper.lua @@ -174,7 +174,7 @@ local inside=false; for line in md_fd:lines() do if line:match([[<use>]]) then temp_fd:write(line); - temp_fd:write(eol) +-- temp_fd:write(eol) inside=true; elseif inside and (line:match([[</use>]])) then inside=false; |