I'm trying to customise my logpage and I've run into a problem:
I've edited logpage_entry such that there's a line break after each entry:
Code:
logpage_entry:<b>${label}:</b> <span id="${id}">${value}</span><br />
But now all entries are included every time regardless of whether they have changed or not.
Removing the above line solves that problem (on the second run).
Curiously enough though: Re-inserting the line apparently does not cause the problem to re-appear! Instead it now works exactly as I intended it to from the beginning. (though I'm strongly suspecting that won't be the case the second any of the values other than 'createDate' actually change).
Upon closer inspection of the produced files I'm thinking that it probably has something to do with the fact that there are no line breaks in the html file when I use my custom entry. So now my questions are:
1) Am I right?
2) How
should I do this?
(I tried just appending various versions of '\n', '{\n}', and {\\n} with absolutely no results to show for it. I mean I didn't think it'd make much of a difference, but one can always hope right!).
Extra info: I've been testing this by editing my personal.ini and running fff with the setting 'update epub always'.