diff options
| author | Grégoire Duchêne <gduchene@fastmail.net> | 2011-02-17 13:43:53 +0100 |
|---|---|---|
| committer | Grégoire Duchêne <gduchene@fastmail.net> | 2011-02-17 13:43:53 +0100 |
| commit | 4291a6aac9ee4a1c79bc24c40d4c558bf88d3e93 (patch) | |
| tree | 14c4cf5ece96ec9a63cd7080fa846f86de4bb070 /src/parser/document_p.cpp | |
| parent | c950235e58db6b500d83918ea4f57340025ffee4 (diff) | |
Explicit link support added.
Diffstat (limited to 'src/parser/document_p.cpp')
| -rw-r--r-- | src/parser/document_p.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parser/document_p.cpp b/src/parser/document_p.cpp index 208e1f1..5b45212 100644 --- a/src/parser/document_p.cpp +++ b/src/parser/document_p.cpp @@ -16,5 +16,5 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #include "document_p.h" document_p::document_p() : document_p::base_type(document_) { - document_ = +text_(ph::val(L"*'`$^@")); + document_ = +text_(ph::val(L"*'`$^@[")); } |
