Quote:
Originally Posted by ernand
I don't really understand the formatting. I was just following these instructions: https://jadislefeu.dreamwidth.org/7810.html
But would replacing the ,<br />,comments,<br />, formatting by surrounding each entry with ,<p>comments</p>, instead work as I think it does?
|
No. In fact, that wouldn't work at all -- you'd end up with literally "<p>comments</p>" instead of "<p>value of comments</p>".
Remove all the "<br />," from
logpage_entries and instead add:
Code:
logpage_entry:<b>${label}:</b> <span id="${id}">${value}</span><br />
Note about
add_to_ for curious users: