mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-12 04:31:32 +00:00
fix inserting personal keyword
was still using old javascript code
This commit is contained in:
parent
90e1c35187
commit
86cdb4e2fa
|
@ -198,7 +198,7 @@ myTA.focus();
|
||||||
else {
|
else {
|
||||||
print "<ul>";
|
print "<ul>";
|
||||||
foreach ($lists as $list) {
|
foreach ($lists as $list) {
|
||||||
print "<li><a href='javascript:insertKeywords(\"".htmlspecialchars($list["keywords"])."\");'>".htmlspecialchars($list["keywords"])."</a></li>";
|
print "<li><a class=\"insertkeyword\" keyword=\"".htmlspecialchars($list["keywords"])."\">".htmlspecialchars($list["keywords"])."</a></li>";
|
||||||
}
|
}
|
||||||
print "</ul>";
|
print "</ul>";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user