Skip to content
Commit 3085fdd9 authored by Eric Bischoff's avatar Eric Bischoff Committed by Albert Astals Cid
Browse files

Fix situations like "</itemizedlist>Some text"

Summary:
With XML files containing e.g.
```
<para><itemizedlist>
  (...)
</itemizedlist>Some text</para>
```
one character is eaten: variable `start_col` starts at "ome text", and the translation match is not done by po2xml (`can't find ... in ...` message is displayed).

Reviewers: aacid

Differential Revision: https://phabricator.kde.org/D20559
parent 62e1e2d4
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment