Skip to content

Commit

Permalink
change preprocessor tag
Browse files Browse the repository at this point in the history
  • Loading branch information
gmej committed May 16, 2023
1 parent 765e373 commit 2be6364
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'] = `<samplePreprocessTag><samplePreprocessTag3>${section['text']['div']}</samplePreprocessTag></samplePreprocessTag3>`
section['text']['div'] = `<samplePreprocessTagGMEJ><samplePreprocessTag3>${section['text']['div']}</samplePreprocessTagGMEJ></samplePreprocessTag3>`



Expand Down

0 comments on commit 2be6364

Please sign in to comment.