Skip to content

Commit

Permalink
fix auto converted content
Browse files Browse the repository at this point in the history
  • Loading branch information
sashasushko committed Oct 17, 2022
1 parent 8e5071f commit d240e98
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
3 changes: 1 addition & 2 deletions files/ru/web/manifest/name/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ translation_of: Web/Manifest/name
<th scope="row">Example</th>
<td>
<pre class="brush: json no-line-numbers">
"name": "Awesome application"</pre
>
"name": "Awesome application"</pre>
</td>
</tr>
</tbody>
Expand Down
3 changes: 1 addition & 2 deletions files/ru/web/manifest/related_applications/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ translation_of: Web/Manifest/related_applications
"url": "https://play.google.com/store/apps/details?id=com.example.app1",
"id": "com.example.app1"
}
]</pre
>
]</pre>
</td>
</tr>
</tbody>
Expand Down
3 changes: 1 addition & 2 deletions files/ru/web/manifest/screenshots/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ translation_of: Web/Manifest/screenshots
"sizes": "1280x720",
"type": "image/webp"
}
]</pre
>
]</pre>
</td>
</tr>
</tbody>
Expand Down
3 changes: 1 addition & 2 deletions files/ru/web/manifest/start_url/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ translation_of: Web/Manifest/start_url
<th scope="row">Example</th>
<td>
<pre class="brush: json no-line-numbers">
"start_url": "https://example.com"</pre
>
"start_url": "https://example.com"</pre>
</td>
</tr>
</tbody>
Expand Down

0 comments on commit d240e98

Please sign in to comment.