Skip to content

Commit

Permalink
sample commit
Browse files Browse the repository at this point in the history
  • Loading branch information
gmej committed May 16, 2023
1 parent 2be6364 commit 4d9dd9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/preprocessing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const addSemmanticAnnotation = (leafletSectionList: any[]) => {
//Preprocessing goes in here
// ADD TEST PREPROCESS
console.log("Adding <samplePreprocessTag> tag");
section['text']['div'] = `<samplePreprocessTagGMEJ><samplePreprocessTag3>${section['text']['div']}</samplePreprocessTagGMEJ></samplePreprocessTag3>`
section['text']['div'] = `<samplePreprocessTagGMEJ><samplePreprocessTag55>${section['text']['div']}</samplePreprocessTagGMEJ></samplePreprocessTag55>`



Expand Down

0 comments on commit 4d9dd9e

Please sign in to comment.