Skip to content

Commit

Permalink
Fix headers with custom IDs via the correct syntax
Browse files Browse the repository at this point in the history
Was previously using <a name="..."> elements which just
add another anchor rather than changing the existing one.
They also use a deprecated HTML attribute and in some cases
broke the header display.

Fixes #1572.

Signed-off-by: Midnight Veil <midnightveil@fea.st>
  • Loading branch information
midnightveil committed Jun 17, 2023
1 parent 49957be commit 0a502a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion content/client-server-api/modules/end_to_end_encryption.md
Original file line number Diff line number Diff line change
Expand Up @@ -1699,7 +1699,7 @@ When a client is updating a Megolm session in its store, the client MUST ensure:

{{% http-api spec="client-server" api="keys" %}}

##### <a name="e2e-extensions-to-sync"> Extensions to /sync
##### Extensions to /sync {#e2e-extensions-to-sync}

This module adds an optional `device_lists` property to the [`/sync`](/client-server-api/#get_matrixclientv3sync) response,
as specified below. The server need only populate this property for an
Expand Down
3 changes: 1 addition & 2 deletions content/server-server-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -877,8 +877,7 @@ on the resulting `m.room.member` event.
If the joining server fails all conditions then a 403 `M_FORBIDDEN` error
is used by the resident server.

<a name="knocking-rooms">
## Knocking upon a room
## Knocking upon a room {#knocking-rooms}

Rooms can permit knocking through the join rules, and if permitted this
gives users a way to request to join (be invited) to the room. Users who
Expand Down

0 comments on commit 0a502a3

Please sign in to comment.