Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=5605552
By: tscholand

Hey all,

I just noticed, that there's a typo in the documentation on <a
href="http://displaytag.sourceforge.net/11/configuration.html";>http://displaytag
.sourceforge.net/11/configuration.html</a>.
It says there in chapter "Generic" that the default value for key
"basic.msg.empty_list_row" is

<tr class="empty">
<td colspan="0">Nothing
found to display.</td>
</tr>
</tr>


I believe it should be

<tr class="empty">
<td colspan="{0}">Nothing
found to display.</td>
</tr>


Note the wavy bracket around the 0 in colspan and the trailing tr!

Regards
Tim

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=249317

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to