Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix accidental markdown linking.
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=253913775
  • Loading branch information
shicks committed Jun 19, 2019
1 parent 1a80434 commit 8821e2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/develop/conformance_rules.md
Expand Up @@ -173,7 +173,7 @@ completely new window such as a popup or an iframe.

If you need to use it, use the type-safe [`goog.dom.safe.documentWrite`]
wrapper, or directly render a Strict Soy template using
`goog.soy.Renderer.prototype.renderElement` (or similar).
[`goog.soy.Renderer.prototype.renderElement`] \(or similar\).


{: #innerHtml}
Expand All @@ -187,7 +187,7 @@ vulnerabilities.

Instead, use the type-safe [`goog.dom.safe.setInnerHtml`] wrapper, or directly
render a Strict Soy template using [`goog.soy.Renderer.prototype.renderElement`]
(or similar).
\(or similar\).

Note: Reads of these properties are permitted.

Expand Down

0 comments on commit 8821e2a

Please sign in to comment.