mirror of
https://github.com/TangentFoxy/memex.git
synced 2024-11-22 04:54:23 +00:00
Fix element title icon displayed.
This commit is contained in:
parent
e1160a61fd
commit
4c17032a0d
@ -506,7 +506,7 @@ function View()
|
|||||||
{
|
{
|
||||||
titleSplit[e] = titleSplit[e].trim();
|
titleSplit[e] = titleSplit[e].trim();
|
||||||
}
|
}
|
||||||
result += `<div class="term"><i class="fas fa-ribbon textIcon"></i><b>${titleSplit[0]}</b>: ${titleSplit[1]}</div>`;
|
result += `<div class="${className}"><i class="${iconName}"></i><b>${titleSplit[0]}</b>: ${titleSplit[1]}</div>`;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user