Content deleted Content added
Waldyrious (talk | contribs) Several fixes, and add documentation |
Waldyrious (talk | contribs) forgot a small detail that was tweaked during testing |
||
Line 26:
// Replace the original templates with the tweaked versions
txt.value = txt.value.replace(originalCiteTemplates[i], tweakedCiteTemplates[i].replace(/\}\}/,"\n}}")); // The replace() adds a newline to finish the alignment
} else {
txt.value = txt.value.replace(originalCiteTemplates[i],
|