Skip to content

Commit f4e5e37

Browse files
author
DianeD
authored
test remove line breaks in code to fix end script tag
1 parent 1cdc9ca commit f4e5e37

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/general-development/how-to-create-and-delete-posts-and-retrieve-the-social-feed-by-using-the-javascr.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,7 @@ To create an application page that uses the JavaScript object model to work with
8686
<SharePoint:ScriptLink ID="ScriptLink2" name="SP.UserProfiles.js" runat="server" ondemand="false" localizable="false" loadafterui="true" />
8787
<SharePoint:FormDigest id="FormDigest" runat="server"/>
8888
<script type="text/javascript">
89-
90-
// Replace this comment with the code for your scenario.
91-
89+
// Replace this comment with the code for your scenario.
9290
</script>
9391
```
9492

0 commit comments

Comments
 (0)