docs: Fix easy HTML validation errors and warnings.

"file:/srv/zulip/docs/_build/html/git/troubleshooting.html":266.5-266.12: error: Element "commit" not allowed as child of element "em" in this context. (Suppressing further errors from this subtree.)
"file:/srv/zulip/docs/_build/html/git/troubleshooting.html":266.13-266.17: error: End tag "em" violates nesting rules.
"file:/srv/zulip/docs/_build/html/overview/architecture-overview.html":211.69-211.136: error: Start tag "a" seen but an element of the same type was already open.
"file:/srv/zulip/docs/_build/html/overview/architecture-overview.html":211.171-211.174: error: Stray end tag "a".
"file:/srv/zulip/docs/_build/html/translating/hindi.html":252.36-252.48: info warning: Text run is not in Unicode Normalization Form C.
"file:/srv/zulip/docs/_build/html/tutorials/writing-views.html":469.34-469.41: error: Element "method" not allowed as child of element "p" in this context. (Suppressing further errors from this subtree.)
"file:/srv/zulip/docs/_build/html/tutorials/writing-views.html":471.122-471.125: error: End tag "p" seen, but there were open elements.
"file:/srv/zulip/docs/_build/html/tutorials/writing-views.html":469.34-469.41: error: Unclosed element "method".

Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
Anders Kaseorg
2019-04-22 15:40:19 -07:00
committed by Tim Abbott
parent d983611919
commit f772b5d7d4
4 changed files with 4 additions and 4 deletions

View File

@@ -74,7 +74,7 @@ HEAD is now at 13bea0e test commit for docs.
**Important:** `git reset --hard <commit>` will discard all changes in your
working directory and index since the commit you're resetting to with
*<commit>*. *This is the main way you can lose work in Git*. If you need to
`<commit>`. *This is the main way you can lose work in Git*. If you need to
keep any changes that are in your working directory or that you have committed,
use `git reset --merge <commit>` instead.

View File

@@ -5,7 +5,7 @@ Key Codebases
-------------
The core Zulip application is at
[<https://github.com/zulip/zulip>](https://github.com/zulip/zulip) and
<https://github.com/zulip/zulip> and
is a web application written in Python 3.x and using the Django framework. That
codebase includes server-side code and the web client, as well as Python API
bindings and most of our integrations with other services and applications (see

View File

@@ -54,7 +54,7 @@ Zulip friendly and usable.
* Deactivate/Reactivate - **निष्क्रिय करें / पुन: सक्रिय करें**
* Search - **खोज करें/ढूंढे**
* Pin - **ठीक करना**
* Mention/@mention - **िक्र करना / @ िक्र करना**
* Mention/@mention - **ज़िक्र करना / @ ज़िक्र करना**
* Invalid - **अमान्य**
* Customization - **अनुकूलन**
* I want - **मुझे चाहिए**

View File

@@ -293,7 +293,7 @@ Zulip realm).
### Calling from the web application
You should always use channel.<method> to make an `HTTP <method>` call
You should always use `channel.<method>` to make an `HTTP <method>` call
to the Zulip JSON API. As an example, in
[static/js/admin.js](https://github.com/zulip/zulip/blob/master/static/js/admin.js)