Skip to content

Commit

Permalink
Fix HTML syntax error.
Browse files Browse the repository at this point in the history
  • Loading branch information
emsquared committed Jul 25, 2012
1 parent ad883c3 commit 374a42c
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
<key>TXBundleBuildCodeName</key>
<string>Turtle Soup</string>
<key>TXBundleBuildNumber</key>
<string>12082</string>
<string>12083</string>
<key>TXBundleBuildReference</key>
<string>2.1.1-252-g4c2c37d-appstore,llvm4.0</string>
<string>2.1.1-253-gad883c3-appstore,llvm4.0</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion Resources/Styles/Astria/Data/Templates/baseLayout.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<script src="{{activeStyleAbsolutePath}}/scripts.js?u={{cacheToken}}" type="text/javascript"></script>

<style type="text/css">
html, body, body[type], body {"
html, body, body[type], body {
font-family: '{{userConfiguredFontName}}';
font-size: {{userConfiguredFontSize}}pt;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<script src="{{activeStyleAbsolutePath}}/scripts.js?u={{cacheToken}}" type="text/javascript"></script>

<style type="text/css">
html, body, body[type], body {"
html, body, body[type], body {
font-family: '{{userConfiguredFontName}}';
font-size: {{userConfiguredFontSize}}pt;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<script src="{{activeStyleAbsolutePath}}/scripts.js?u={{cacheToken}}" type="text/javascript"></script>

<style type="text/css">
html, body, body[type], body {"
html, body, body[type], body {
font-family: '{{userConfiguredFontName}}';
font-size: {{userConfiguredFontSize}}pt;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<script src="{{activeStyleAbsolutePath}}/scripts.js?u={{cacheToken}}" type="text/javascript"></script>

<style type="text/css">
html, body, body[type], body {"
html, body, body[type], body {
font-family: '{{userConfiguredFontName}}';
font-size: {{userConfiguredFontSize}}pt;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<script src="{{activeStyleAbsolutePath}}/scripts.js?u={{cacheToken}}" type="text/javascript"></script>

<style type="text/css">
html, body, body[type], body {"
html, body, body[type], body {
font-family: '{{userConfiguredFontName}}';
font-size: {{userConfiguredFontSize}}pt;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<script src="{{activeStyleAbsolutePath}}/scripts.js?u={{cacheToken}}" type="text/javascript"></script>

<style type="text/css">
html, body, body[type], body {"
html, body, body[type], body {
font-family: '{{userConfiguredFontName}}';
font-size: {{userConfiguredFontSize}}pt;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<script src="{{activeStyleAbsolutePath}}/scripts.js?u={{cacheToken}}" type="text/javascript"></script>

<style type="text/css">
html, body, body[type], body {"
html, body, body[type], body {
font-family: '{{userConfiguredFontName}}';
font-size: {{userConfiguredFontSize}}pt;
}
Expand Down

0 comments on commit 374a42c

Please sign in to comment.