diff --git a/branding/default/js/ckeditor/config.js b/branding/default/js/ckeditor/config.js index d63df947..52379d13 100755 --- a/branding/default/js/ckeditor/config.js +++ b/branding/default/js/ckeditor/config.js @@ -10,6 +10,7 @@ CKEDITOR.editorConfig = function( config ) { config.extraPlugins = 'font,panelbutton,colorbutton,justify,menubutton,scayt'; config.scayt_autoStartup = true; + config.disableNativeSpellChecker = false; // The toolbar groups arrangement, optimized for two toolbar rows. config.toolbarGroups = [ @@ -81,4 +82,4 @@ CKEDITOR.editorConfig = function( config ) { // remove upload tab config.filebrowserUploadUrl = null; -}; \ No newline at end of file +}; diff --git a/branding/default/js/universal.js b/branding/default/js/universal.js index 54bd23dc..01e933d5 100644 --- a/branding/default/js/universal.js +++ b/branding/default/js/universal.js @@ -51,7 +51,7 @@ $(document).ready(function() { url += $('input#title').val().toLowerCase(); - url = url.replace(/\s+/g,'_'); + url = url.replace(/\s+/g,'-'); url = url.replace(/<(.*?)>/g, ''); url = url.replace(/\/{2,10}/g,''); url = url.replace(/[^a-z0-9\/\-_\.]/ig,''); @@ -306,4 +306,4 @@ function notice_animate () { $(window).scroll(function() { $('#notices div').animate({top:$(window).scrollTop()+5+"px" },{queue: false, duration: 0}); }); -} \ No newline at end of file +} diff --git a/themes/cubed/account_templates/invoices.thtml b/themes/cubed/account_templates/invoices.thtml index a1e2b086..78a363ca 100644 --- a/themes/cubed/account_templates/invoices.thtml +++ b/themes/cubed/account_templates/invoices.thtml @@ -22,4 +22,4 @@ Invoices - {$smarty.block.parent} {else}
No invoices match your criteria.
{/if} -{/block} \ No newline at end of file +{/block} diff --git a/themes/cubed/account_templates/registration.thtml b/themes/cubed/account_templates/registration.thtml index 8d651c3a..98158d1f 100644 --- a/themes/cubed/account_templates/registration.thtml +++ b/themes/cubed/account_templates/registration.thtml @@ -19,6 +19,7 @@ Create an Account - {$smarty.block.parent} {/if}