Skip to content

Commit

Permalink
コードフォーマットの指定誤り修正
Browse files Browse the repository at this point in the history
  • Loading branch information
mitonize committed Oct 29, 2023
1 parent 8413e74 commit ed9e54b
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions src/docs/throwable.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ Mayaa 標準のエラーページを表示しないようにするには、コ
- org.seasar.mayaa.impl.engine.PageNotFoundException.html
```

```html
org.seasar.mayaa.impl.engine.PageNotFoundException.html
```html {data-filename=org.seasar.mayaa.impl.engine.PageNotFoundException.html}
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
Expand All @@ -56,7 +55,7 @@ org.seasar.mayaa.impl.engine.PageNotFoundException.html

ブラウザで http://localhost:8080/mayaa/not_exists.html にアクセスしてみましょう。

```
```html
実行結果 (改行などは実際の実行結果と異なります)
<html>
<head>
Expand All @@ -81,7 +80,7 @@ org.seasar.mayaa.impl.engine.PageNotFoundException.html
```

```html {data-filename=org.seasar.mayaa.impl.engine.PageNotFoundException.html}
< class="file"><html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>404</title>
Expand All @@ -98,10 +97,10 @@ org.seasar.mayaa.impl.engine.PageNotFoundException.html
<m:mayaa xmlns:m="http://mayaa.seasar.org" noCache="true">
<m:write m:id="pageName" value="${ request.requestedPath }" />
</m:mayaa>

```
ブラウザで http://localhost:8080/mayaa/not_exists.html にアクセスしてみましょう。

```
```html
実行結果 (改行などは実際の実行結果と異なります)
<html>
<head>
Expand Down

0 comments on commit ed9e54b

Please sign in to comment.