Skip to content

Commit

Permalink
test for gitlocalize
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgarrish committed Aug 28, 2024
1 parent 6c8abc3 commit 87470cb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion publishing/ja/epub/validation/ace.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
'category':[ 'EPUB', 'Validation'],
'appliesTo':[ 'EPUB3', 'EPUB2'],
'addh4': true
};</script>
}; </script>
<script src="/js/init.js"></script>
</head>
<body>
Expand Down
3 changes: 2 additions & 1 deletion publishing/ja/epub/validation/epubcheck.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
var page_info = {
'category':[ 'EPUB', 'Validation'],
'appliesTo':[ 'EPUB3', 'EPUB2']
};</script>
};
</script>
<script src="/js/init.js"></script>
</head>
<body>
Expand Down
3 changes: 2 additions & 1 deletion publishing/ja/epub/validation/smart.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
'appliesTo':[ 'EPUB3', 'EPUB2'],
'addh4': true,
'details': true
};</script>
};
</script>
<script src="/js/init.js"></script>
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion publishing/ja/html/images-icons.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
'category': ['HTML'],
'appliesTo': ['Audiobooks*','EPUB3','EPUB2'],
'related': ['html-images-desc','html-image-deco','html-image-select','html-image-anim']
};
};
</script>
<script src="/js/init.js"></script>
<style>
Expand Down

0 comments on commit 87470cb

Please sign in to comment.