X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=dwpost%2Fdwpost.php;h=25f7ac87484e56c3a3f87746bd9f11755314a1a0;hb=6a809a926c1818232c3ebafbffe5b4fd54eae805;hp=2391b5711cdbf41b8dac81f60cf45659514e8027;hpb=1fce805ee97a0f40c558a241ec2e1f15a0d794bc;p=friendica-addons.git diff --git a/dwpost/dwpost.php b/dwpost/dwpost.php index 2391b571..25f7ac87 100644 --- a/dwpost/dwpost.php +++ b/dwpost/dwpost.php @@ -66,8 +66,14 @@ function dwpost_settings(&$a,&$s) { /* Add some HTML to the existing form */ - $s .= '
'; - $s .= '

' . t('Dreamwidth Post Settings') . '

'; + $s .= ''; + $s .= '

'. t("Dreamwidth Export").'

'; + $s .= '
'; + $s .= ''; }