https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24484

Martin Renvoize <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |martin.renvoize@ptfs-europe
                   |                            |.com

--- Comment #6 from Martin Renvoize <[email protected]> ---
To explain that last bit...

You have

<p> - Stuff </p>
<p> - Stuff </p>
. . .

<p> = Paragraph.. so it works mostly.. but semantically we're actually talking
about a list so...

So... 

<ul>
  <li> Stuff </li>
  <li> Stuff </li>
</ul>

This is cleaner as it's semantically describing the content more accurately..
<ul> = Unordered list, <li> = List item.

:)

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to