Skip to content

Commit

Permalink
fix code block highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
techie-joe committed Nov 11, 2024
1 parent e70299c commit 44f88b7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions htaccess/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## Example

```apacheconf
```text
<IfModule mod_rewrite.c>
# Turn on engine
Expand All @@ -22,7 +22,6 @@ RewriteRule ^ - [R=404,L]
</IfModule>
```
{: .highlight }

## Explanation

Expand Down

0 comments on commit 44f88b7

Please sign in to comment.