safer order of replacement
This commit is contained in:
parent
4cc48f0b0d
commit
0fe15bf8cf
@ -57,8 +57,8 @@
|
||||
+ std::string entry((*slst)[i]);
|
||||
free((*slst)[i]);
|
||||
+ myrep(entry, "\t", " ");
|
||||
+ myrep(entry, "<", "<");
|
||||
+ myrep(entry, "&", "&");
|
||||
+ myrep(entry, "<", "<");
|
||||
+ r.append(entry);
|
||||
+
|
||||
+ r.append("</a>");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user