diff options
author | Jonas Smedegaard <dr@jones.dk> | 2020-07-24 18:21:32 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2020-07-24 18:21:32 +0200 |
commit | 848d1be3e3b1fada54a278494400cb84addacd4d (patch) | |
tree | 2eda089f2fcc14bf98800e5e7a7be99812810216 | |
parent | 0840f610a81cbc81a564adb6ff7a0cb30e0322ea (diff) |
sync with https://hackmd.io/KtR5fUhXRuS_XnNEo_gpow as of 2020-07-24T18:20 and our commit 218b986
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -104,8 +104,8 @@ Would produce the following HTML+RDFa: <ul> <li property="attendee">Alice</li> <li property="attendee">Bob</li> - <li property="attendee"><a href="https://www.wikidata.org/wiki/Q80">Tim</a></li> - </ul> + <li><a property="attendee" href="https://www.wikidata.org/wiki/Q80">Tim</a></li> + </ul> </li> <li>Description: Some information not annotated</li> </ul> |