Update category parser

This commit is contained in:
Laura Hausmann 2022-05-23 18:13:44 +02:00
parent 14f03b29d2
commit 33809e1f90
Signed by: zotan
GPG Key ID: D044E84C5BE01605
3 changed files with 7 additions and 4 deletions

View File

@ -45,7 +45,8 @@
3 => talk.Tags[2],
4 => talk.Tags[3],
5 => talk.Tags[3],
6 => talk.Tags[3], // rc3: is this correct?
6 => talk.Tags[3],
7 => talk.Tags[3],
_ => "<unknown tag format>"
};
<tr>
@ -110,4 +111,4 @@
</tr>
}
</tbody>
</table>
</table>

View File

@ -49,7 +49,8 @@
3 => talk.Tags[2],
4 => talk.Tags[3],
5 => talk.Tags[3],
6 => talk.Tags[3], // rc3: is this correct?
6 => talk.Tags[3],
7 => talk.Tags[3],
_ => "<unknown tag format>"
};
}

View File

@ -40,7 +40,8 @@
3 => talk.Tags[2],
4 => talk.Tags[3],
5 => talk.Tags[3],
6 => talk.Tags[3], // rc3: is this correct?
6 => talk.Tags[3],
7 => talk.Tags[3],
_ => "<unknown tag format>"
};
<tr>