Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/woip
diff options
context:
space:
mode:
Diffstat (limited to 'woip')
-rw-r--r--woip/rb/xmlprocess.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/woip/rb/xmlprocess.rb b/woip/rb/xmlprocess.rb
index ebe06f9..8638c2e 100644
--- a/woip/rb/xmlprocess.rb
+++ b/woip/rb/xmlprocess.rb
@@ -13,7 +13,7 @@ class ArticleListener
end
def text(text)
- @cur_text = text.gsub(/^\[\[[^\]\[]+?\:[^\]\[]+?\]\]$/, '').gsub(/\n+/, "\n")
+ @cur_text = text.gsub(/\n+/, "\n")
end
def print_stats