Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3584 sourcerer 1
2
13
 
14
15
16
hc_nodeReplaceChildNewChildExists
17
Curt Arnold
18
19
    If the "newChild" is already in the tree, it is first
20
    removed before the new one is added.
21
 
22
    Retrieve the second "p" and replace "acronym" with its "em".
23
24
2002-06-09
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
"strong"
40
"code"
41
"sup"
42
"var"
43
"em"
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67