@@ -5,7 +5,7 @@ author: sandhangitmsft
5
5
ms.service : powerapps
6
6
ms.topic : conceptual
7
7
ms.custom :
8
- ms.date : 11/11/2019
8
+ ms.date : 11/02/2020
9
9
ms.author : sandhan
10
10
ms.reviewer : tapanm
11
11
---
@@ -37,16 +37,16 @@ For a user who upgraded to a newer version of portals, output caching is disable
37
37
38
38
```
39
39
<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 }}
42
42
</a>
43
43
</li>
44
44
</ul>
45
45
</li>
46
46
{% else %}
47
47
<li>
48
48
<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" ] }}
50
50
</a>
51
51
</li>
52
52
```
@@ -55,16 +55,16 @@ For a user who upgraded to a newer version of portals, output caching is disable
55
55
56
56
```
57
57
<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 }}
60
60
</a>
61
61
</li>
62
62
</ul>
63
63
</li>
64
64
{% else %}
65
65
<li>
66
66
<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" ] }}
68
68
</a>
69
69
</li>
70
70
```
@@ -81,7 +81,7 @@ For a user who upgraded to a newer version of portals, output caching is disable
81
81
<div class=row >
82
82
<div class=col-md-12 text-center>
83
83
{% 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>
85
85
{% include 'Search' %}
86
86
{% endif %}
87
87
</div>
@@ -108,7 +108,7 @@ For a user who upgraded to a newer version of portals, output caching is disable
108
108
<div class=row >
109
109
<div class=col-md-12 text-center>
110
110
{% 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>
112
112
{% include 'Search' %}
113
113
{% endif %}
114
114
</div>
0 commit comments