View Single Post
Old 01-09-2025, 05:32 AM   #838
chaley
Grand Sorcerer
chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.
 
Posts: 12,493
Karma: 8065348
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
Quote:
Originally Posted by Clem2605 View Post
Hello!

I've had a small problem with the last update:
In my Custom Text option, I had a very simple
Code:
{#words}
{#genre}
That, until I updated to the last version this morning, used to go to a new line in between the content of the two custom columns.
Now, this only adds a space in-between.

I've fixed this issue by adding a <br>, so I'm not complaining, I just wasn't sure if this is an bug or not?
It isn't a bug. Newlines aren't significant in basic templates. Your solution is a good one. Another would be to use an advanced template:
Code:
program:
	$#words & character('newline') & $#genre
chaley is offline   Reply With Quote