Skip to content

seo-201392-H1-Tag-Missing-hotfix #426

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: hotfix/hotfix-v29.2.4
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion aspnet-core/HeatMap/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -334,4 +334,4 @@ public class TableMapBinding : System.Web.UI.Page
{% endhighlight %}
{% endtabs %}

![](Getting-Started_images/Getting-Started_img3.png)
![](Getting-Started_images/Getting-Started_img3.png)
2 changes: 1 addition & 1 deletion aspnet-core/RichTextEditor/ImportAndExport.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ control: RTE
documentation: ug
---

## Import
# Import

Import feature provides support to import a word document into the editor `textarea`. To enable import option in the RTE tool bar, `import` toolbar items needs to be added in RTE toolbar toolsList using `importExport` which adds the tool in the toolbar. In `ImportSettings` Url option, the server page for import is needed to be mapped. When you click the toolbar import icon, it opens a dialog to browse the select a word file. The selected word file will be imported into the editor `textarea`.

Expand Down