diff options
author | Christoph (Sheogorath) Kern | 2018-03-25 19:15:17 +0200 |
---|---|---|
committer | GitHub | 2018-03-25 19:15:17 +0200 |
commit | 57c47a65dde59d355fba702bc91c63eebcc2533c (patch) | |
tree | d24e3e7a226d4587497873a0a73a29110c21832c /public/views/hackmd | |
parent | ea1d35eddb12815f0d28b4531d6671ed8a1a4e23 (diff) | |
parent | 2411dffa2ce997370a636ed56cc73bcc4661ec7f (diff) |
Merge pull request #758 from SISheogorath/cleanup/config
Change config to camel case with backwards compatibility
Diffstat (limited to 'public/views/hackmd')
-rw-r--r-- | public/views/hackmd/header.ejs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/views/hackmd/header.ejs b/public/views/hackmd/header.ejs index b87f21fa..e179f171 100644 --- a/public/views/hackmd/header.ejs +++ b/public/views/hackmd/header.ejs @@ -70,7 +70,7 @@ </li> <li role="presentation"><a role="menuitem" class="ui-download-raw-html" tabindex="-1" href="#" target="_self"><i class="fa fa-file-code-o fa-fw"></i> <%= __('Raw HTML') %></a> </li> - <% if(typeof allowpdfexport !== 'undefined' && allowpdfexport) {%> + <% if(typeof allowPDFExport !== 'undefined' && allowPDFExport) {%> <li role="presentation"><a role="menuitem" class="ui-download-pdf-beta" tabindex="-1" href="#" target="_self"><i class="fa fa-file-pdf-o fa-fw"></i> PDF (Beta)</a> </li> <% } %> @@ -176,7 +176,7 @@ </li> <li role="presentation"><a role="menuitem" class="ui-download-raw-html" tabindex="-1" href="#" target="_self"><i class="fa fa-file-code-o fa-fw"></i> <%= __('Raw HTML') %></a> </li> - <% if(typeof allowpdfexport !== 'undefined' && allowpdfexport) {%> + <% if(typeof allowPDFExport !== 'undefined' && allowPDFExport) {%> <li role="presentation"><a role="menuitem" class="ui-download-pdf-beta" tabindex="-1" href="#" target="_self"><i class="fa fa-file-pdf-o fa-fw"></i> PDF (Beta)</a> </li> <% } %> |