Skip to content

Commit 4932491

Browse files
authored
Merge pull request #3698 from MicrosoftDocs/portals-2081729
Portals - issue 1875 fix - 2081729
2 parents 386606f + 2668a50 commit 4932491

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

powerapps-docs/maker/portals/configure/enable-header-footer-output-caching.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: sandhangitmsft
55
ms.service: powerapps
66
ms.topic: conceptual
77
ms.custom:
8-
ms.date: 11/11/2019
8+
ms.date: 11/02/2020
99
ms.author: sandhan
1010
ms.reviewer: tapanm
1111
---
@@ -37,16 +37,16 @@ For a user who upgraded to a newer version of portals, output caching is disable
3737

3838
```
3939
<li>
40-
<a href={% if homeurl%}/{{ homeurl }}{% endif %}/Account/Login/LogOff?returnUrl={{ request.raw_url_encode | escape }} title={{ snippets[links/logout] | default:resx[Sign_Out] | escape }}>
41-
{{ snippets[links/logout] | default:resx[Sign_Out] | escape }}
40+
<a href={% if homeurl%}/{{ homeurl }}{% endif %}/Account/Login/LogOff?returnUrl={{ request.raw_url_encode | escape }} title={{ snippets["links/logout"] | default:resx["Sign_Out"] | escape }}>
41+
{{ snippets["links/logout"] | default:resx["Sign_Out"] | escape }}
4242
</a>
4343
</li>
4444
</ul>
4545
</li>
4646
{% else %}
4747
<li>
4848
<a href={% if homeurl%}/{{ homeurl }}{% endif %}/SignIn?returnUrl={{ request.raw_url_encode }}>
49-
{{ snippets[links/login] | default:resx[Sign_In] }}
49+
{{ snippets["links/login"] | default:resx["Sign_In"] }}
5050
</a>
5151
</li>
5252
```
@@ -55,16 +55,16 @@ For a user who upgraded to a newer version of portals, output caching is disable
5555
5656
```
5757
<li>
58-
<a href={% if homeurl%}/{{ homeurl }}{% endif %}{{ website.sign_out_url_substitution }} title={{ snippets[links/logout] | default:resx[Sign_Out] | escape }}>
59-
{{ snippets[links/logout] | default:resx[Sign_Out] | escape }}
58+
<a href={% if homeurl%}/{{ homeurl }}{% endif %}{{ website.sign_out_url_substitution }} title={{ snippets["links/logout"] | default:resx["Sign_Out"] | escape }}>
59+
{{ snippets["links/logout"] | default:resx["Sign_Out"] | escape }}
6060
</a>
6161
</li>
6262
</ul>
6363
</li>
6464
{% else %}
6565
<li>
6666
<a href={% if homeurl%}/{{ homeurl }}{% endif %}{{ website.sign_in_url_substitution }}>
67-
{{ snippets[links/login] | default:resx[Sign_In] }}
67+
{{ snippets["links/login"] | default:resx["Sign_In"] }}
6868
</a>
6969
</li>
7070
```
@@ -81,7 +81,7 @@ For a user who upgraded to a newer version of portals, output caching is disable
8181
<div class=row >
8282
<div class=col-md-12 text-center>
8383
{% if current_page == sr_page %}
84-
<h1 class=section-landing-heading>{% editable snippets 'Search/Title' default: resx['Discover_Contoso'] %}</h1>
84+
<h1 class=section-landing-heading>{% editable snippets 'Search/Title' default: resx["Discover_Contoso"] %}</h1>
8585
{% include 'Search' %}
8686
{% endif %}
8787
</div>
@@ -108,7 +108,7 @@ For a user who upgraded to a newer version of portals, output caching is disable
108108
<div class=row >
109109
<div class=col-md-12 text-center>
110110
{% if current_page == sr_page %}
111-
<h1 class=section-landing-heading>{% editable snippets 'Search/Title' default: resx['Discover_Contoso'] %}</h1>
111+
<h1 class=section-landing-heading>{% editable snippets 'Search/Title' default: resx["Discover_Contoso"] %}</h1>
112112
{% include 'Search' %}
113113
{% endif %}
114114
</div>

0 commit comments

Comments
 (0)