diff options
author | carl <> | 2006-01-18 15:03:46 +0000 |
---|---|---|
committer | carl <> | 2006-01-18 15:03:46 +0000 |
commit | 2c5382ca838f4cb93b2aba9fa1b07296e8f9ce9e (patch) | |
tree | 5f7c1f7dcd9db2cd969d56f2650d99d038b58d18 /demos/quickstart/protected | |
parent | efa8b9e7ce1c700d31fee7d16351159ac5f2e71f (diff) |
Fixed a name bug Template pages
Diffstat (limited to 'demos/quickstart/protected')
-rw-r--r-- | demos/quickstart/protected/pages/Configurations/Templates2.page | 2 | ||||
-rw-r--r-- | demos/quickstart/protected/pages/Configurations/Templates3.page | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/demos/quickstart/protected/pages/Configurations/Templates2.page b/demos/quickstart/protected/pages/Configurations/Templates2.page index ca8d7de4..f4f68b69 100644 --- a/demos/quickstart/protected/pages/Configurations/Templates2.page +++ b/demos/quickstart/protected/pages/Configurations/Templates2.page @@ -75,7 +75,7 @@ where <tt>LocalFileName</tt> refers to a file path that is relative to the direc BE VERY CAUTIOUS when you are using asset tags as it may expose to end-users files that you probably do not want them to see.
</p>
-<a name="lot" />
+<a name="lot"></a>
<h3>Localization Tags</h3>
<p>
Localization tags represent localized texts. They are in the following format,
diff --git a/demos/quickstart/protected/pages/Configurations/Templates3.page b/demos/quickstart/protected/pages/Configurations/Templates3.page index c1e58e25..b8d6addf 100644 --- a/demos/quickstart/protected/pages/Configurations/Templates3.page +++ b/demos/quickstart/protected/pages/Configurations/Templates3.page @@ -70,7 +70,7 @@ where <tt>LocalFileName</tt> refers to a file path that is relative to the direc BE VERY CAUTIOUS when you are using asset tags as it may expose to end-users files that you probably do not want them to see.
</p>
-<a name="lot" />
+<a name="lot"></a>
<h3>Localization Tags</h3>
<p>
Localization tags represent localized texts. They are in the following format,
|