X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=dwpost%2Fdwpost.php;h=25f7ac87484e56c3a3f87746bd9f11755314a1a0;hb=3506b62ff69ce66c7e0df023dc547042f9367f15;hp=2391b5711cdbf41b8dac81f60cf45659514e8027;hpb=c92861618bd46646e2e861e33eaeb227721a6be1;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 .= ''; }