remove no ascii char in function name

This commit is contained in:
Uwe Steinmann 2017-03-10 11:34:09 +01:00
parent 2e99b1ba38
commit 6defe3fc93

View File

@ -113,7 +113,7 @@ background-image: linear-gradient(to bottom, #882222, #111111);;
if(!$nofooter) {
$this->footNote();
if($this->params['showmissingtranslations']) {
$this->missinganguageKeys();
$this->missingLanguageKeys();
}
}
echo '<script src="../styles/'.$this->theme.'/bootstrap/js/bootstrap.min.js"></script>'."\n";
@ -150,7 +150,7 @@ background-image: linear-gradient(to bottom, #882222, #111111);;
}
} /* }}} */
function missinganguageKeys() { /* {{{ */
function missingLanguageKeys() { /* {{{ */
global $MISSING_LANG, $LANG;
if($MISSING_LANG) {
echo '<div class="container-fluid">'."\n";