Skip to content
Snippets Groups Projects
Unverified Commit faff61f6 authored by mgoermar's avatar mgoermar Committed by GitHub
Browse files

add linebreak, correct typo

parent 57f6ad16
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@
},
"legend": {
"edgeLabel": "Beteiligung an Briefwechsel, Publikation, oder Erwähnung darin",
"colorLabel": "<span style='color:rgb(255,118,34);font-size:50px;'>&#x2022;</span> Personen; <span style='color:rgb(0,207,232);font-size:50px;'>&#x2022;</span> Bücher; <span style='color:rgb(255,124,255);font-size:50px;'>&#x2022;</span> Briefe; <span style='color:rgb(0,203,71);font-size:50px;'>&#x2022;</span> Inhalte/Gattungen; <span style='color:rgb(94,107,87);font-size:50px;'>&#x2022;</span> Institutionen; <span style='color:rgb(89,163,244);font-size:50px;'>&#x2022;</span> Zeitschriften; <span style='color:rgb(254,102,133);font-size:50px;'>&#x2022;</span> Zeitschriftenbeiträge; <span style='color:rgb(182,164,0);font-size:50px;'>&#x2022;</span> Manuskripte",
"colorLabel": "<br/><span style='color:rgb(255,118,34);font-size:50px;'>&#x2022;</span> Personen<br/> <span style='color:rgb(0,207,232);font-size:50px;'>&#x2022;</span> Bücher<br/> <span style='color:rgb(255,124,255);font-size:50px;'>&#x2022;</span> Briefe<br/> <span style='color:rgb(0,203,71);font-size:50px;'>&#x2022;</span> Inhalte/Gattungen<br/> <span style='color:rgb(94,107,87);font-size:50px;'>&#x2022;</span> Institutionen<br/> <span style='color:rgb(89,163,244);font-size:50px;'>&#x2022;</span> Zeitschriften<br/> <span style='color:rgb(254,102,133);font-size:50px;'>&#x2022;</span> Zeitschriftenbeiträge<br/> <span style='color:rgb(182,164,0);font-size:50px;'>&#x2022;</span> Manuskripte",
"nodeLabel": "Personen, Bücher, Briefe, Zeitschriften, Inhalte/Gattungen"
},
"features": {
......
......@@ -528,7 +528,7 @@ function nodeActive(a) {
if (groupByDirection) {
size=Object.size(mutual);
f.push("<h2>Mututal (" + size + ")</h2>");
f.push("<h2>Mutual (" + size + ")</h2>");
(size>0)? f=f.concat(createList(mutual)) : f.push("No mutual links<br>");
size=Object.size(incoming);
f.push("<h2>Incoming (" + size + ")</h2>");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment