View Single Post
Old 07-08-2025, 09:44 AM   #10992
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 6,984
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by ernand View Post
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:
Spoiler:
You can't do add_to_logpage_entry:<br /> in this case because apparently I never bothered putting logpage_entry in defaults.ini. And add_to_X doesn't work on the hard coded fall-back settings.
JimmXinu is offline   Reply With Quote