Remove autoescape="strict" attributes from Soy templates. Strict autoescaping is the default so they serve no purpose. PiperOrigin-RevId: 170515646 Change-Id: Ice0ec0f61586245aa83b0f2a2191651d1c117fa7
diff --git a/resources/com/google/gitiles/templates/BlameDetail.soy b/resources/com/google/gitiles/templates/BlameDetail.soy index 467f5af..20c30de 100644 --- a/resources/com/google/gitiles/templates/BlameDetail.soy +++ b/resources/com/google/gitiles/templates/BlameDetail.soy
@@ -11,7 +11,7 @@ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. -{namespace gitiles autoescape="strict"} +{namespace gitiles} /** * Detail page showing blame info for a file.
diff --git a/resources/com/google/gitiles/templates/Common.soy b/resources/com/google/gitiles/templates/Common.soy index 1699443..f220c41 100644 --- a/resources/com/google/gitiles/templates/Common.soy +++ b/resources/com/google/gitiles/templates/Common.soy
@@ -11,7 +11,7 @@ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. -{namespace gitiles autoescape="strict"} +{namespace gitiles} /** * Common header for Gitiles.
diff --git a/resources/com/google/gitiles/templates/DiffDetail.soy b/resources/com/google/gitiles/templates/DiffDetail.soy index 893d8ae..b3d723c 100644 --- a/resources/com/google/gitiles/templates/DiffDetail.soy +++ b/resources/com/google/gitiles/templates/DiffDetail.soy
@@ -11,7 +11,7 @@ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. -{namespace gitiles autoescape="strict"} +{namespace gitiles} /** * Detail page showing diffs for a single commit.
diff --git a/resources/com/google/gitiles/templates/Doc.soy b/resources/com/google/gitiles/templates/Doc.soy index e565819..0c5db42 100644 --- a/resources/com/google/gitiles/templates/Doc.soy +++ b/resources/com/google/gitiles/templates/Doc.soy
@@ -11,7 +11,7 @@ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. -{namespace gitiles autoescape="strict"} +{namespace gitiles} /** * Documentation page rendered from markdown.
diff --git a/resources/com/google/gitiles/templates/HostIndex.soy b/resources/com/google/gitiles/templates/HostIndex.soy index 263c9f5..bb62611 100644 --- a/resources/com/google/gitiles/templates/HostIndex.soy +++ b/resources/com/google/gitiles/templates/HostIndex.soy
@@ -11,7 +11,7 @@ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. -{namespace gitiles autoescape="strict"} +{namespace gitiles} /** * HTML page for /.
diff --git a/resources/com/google/gitiles/templates/LogDetail.soy b/resources/com/google/gitiles/templates/LogDetail.soy index bfbcba1..e3c78a8 100644 --- a/resources/com/google/gitiles/templates/LogDetail.soy +++ b/resources/com/google/gitiles/templates/LogDetail.soy
@@ -11,7 +11,7 @@ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. -{namespace gitiles autoescape="strict"} +{namespace gitiles} /** * Detail page showing a shortlog for a commit.
diff --git a/resources/com/google/gitiles/templates/ObjectDetail.soy b/resources/com/google/gitiles/templates/ObjectDetail.soy index ea0e06e..abfa319 100644 --- a/resources/com/google/gitiles/templates/ObjectDetail.soy +++ b/resources/com/google/gitiles/templates/ObjectDetail.soy
@@ -11,7 +11,7 @@ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. -{namespace gitiles autoescape="strict"} +{namespace gitiles} /** * Detailed listing of a commit.
diff --git a/resources/com/google/gitiles/templates/PathDetail.soy b/resources/com/google/gitiles/templates/PathDetail.soy index 9cf0703..a5ae100 100644 --- a/resources/com/google/gitiles/templates/PathDetail.soy +++ b/resources/com/google/gitiles/templates/PathDetail.soy
@@ -11,7 +11,7 @@ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. -{namespace gitiles autoescape="strict"} +{namespace gitiles} /** * Detail page for a path within a tree.
diff --git a/resources/com/google/gitiles/templates/RefList.soy b/resources/com/google/gitiles/templates/RefList.soy index cd29baf..fe7f2d9 100644 --- a/resources/com/google/gitiles/templates/RefList.soy +++ b/resources/com/google/gitiles/templates/RefList.soy
@@ -11,7 +11,7 @@ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. -{namespace gitiles autoescape="strict"} +{namespace gitiles} /**
diff --git a/resources/com/google/gitiles/templates/RepositoryIndex.soy b/resources/com/google/gitiles/templates/RepositoryIndex.soy index a7d9c54..b3178e4 100644 --- a/resources/com/google/gitiles/templates/RepositoryIndex.soy +++ b/resources/com/google/gitiles/templates/RepositoryIndex.soy
@@ -11,7 +11,7 @@ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. -{namespace gitiles autoescape="strict"} +{namespace gitiles} /** * Index page for a repository.
diff --git a/resources/com/google/gitiles/templates/RevisionDetail.soy b/resources/com/google/gitiles/templates/RevisionDetail.soy index 335ec8d..e4a48f9 100644 --- a/resources/com/google/gitiles/templates/RevisionDetail.soy +++ b/resources/com/google/gitiles/templates/RevisionDetail.soy
@@ -11,7 +11,7 @@ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. -{namespace gitiles autoescape="strict"} +{namespace gitiles} /** * Detail page about a single revision.