[csrng/doc] fix app command flags table
The markdown tags were in the wrong spot for row 3 of the flag0/clen table.
Signed-off-by: Mark Branstad <mark.branstad@wdc.com>
diff --git a/hw/ip/csrng/doc/_index.md b/hw/ip/csrng/doc/_index.md
index e39d833..b4b843c 100644
--- a/hw/ip/csrng/doc/_index.md
+++ b/hw/ip/csrng/doc/_index.md
@@ -331,7 +331,7 @@
<tbody>
<tr><td>0</td><td>0</td><td>Only entropy source seed is used.</td></tr>
<tr><td>0</td><td>1-12</td><td>Entropy source seed is xor'ed with provided additional data.</td></tr>
- <tr><td>1</td><td>0</td><td></td>Seed of zero is used (no entropy source seed used).</tr>
+ <tr><td>1</td><td>0</td><td>Seed of zero is used (no entropy source seed used).</td></tr>
<tr><td>1</td><td>1-12</td><td>Only provided additional data will be used as seed.</td></tr>
</tbody>
</table>