@@ -98,7 +98,7 module Redmine | |||||
98 |
|
98 | |||
99 | def textstring(s) |
|
99 | def textstring(s) | |
100 | # Format a text string |
|
100 | # Format a text string | |
101 |
if s = |
|
101 | if s.chars.first == '<' # This means the string is hex-dumped. | |
102 | return s |
|
102 | return s | |
103 | else |
|
103 | else | |
104 | return '('+escape(s)+')' |
|
104 | return '('+escape(s)+')' |
General Comments 0
You need to be logged in to leave comments.
Login now