diff options
author | Henrik Nord <[email protected]> | 2011-05-09 12:27:23 +0200 |
---|---|---|
committer | Henrik Nord <[email protected]> | 2011-05-09 12:27:23 +0200 |
commit | 3dfb397c08a428243d69ce86e5ae897618eaaa1f (patch) | |
tree | bf651267b1dfa8a8ed071ba1474cae16e368825a | |
parent | fac6e52aee5853d477f0bf85644c13858be1eb72 (diff) | |
download | otp-3dfb397c08a428243d69ce86e5ae897618eaaa1f.tar.gz otp-3dfb397c08a428243d69ce86e5ae897618eaaa1f.tar.bz2 otp-3dfb397c08a428243d69ce86e5ae897618eaaa1f.zip |
Add ticet number for tm/xmerl_attr_charref_fix
OTP-9274
-rw-r--r-- | lib/xmerl/src/xmerl_scan.erl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/xmerl/src/xmerl_scan.erl b/lib/xmerl/src/xmerl_scan.erl index e47e74db6a..3a5164d154 100644 --- a/lib/xmerl/src/xmerl_scan.erl +++ b/lib/xmerl/src/xmerl_scan.erl @@ -102,6 +102,7 @@ %% declaration. </dd> %% </dl> + -module(xmerl_scan). -vsn('0.20'). -date('03-09-16'). |