You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-text/wgetpaste/files/wgetpaste-2.30-fix-dpaste-e...

14 lines
493 B

diff --git a/wgetpaste b/wgetpaste
index 0f8219b..ed0bdac 100755
--- a/wgetpaste
+++ b/wgetpaste
@@ -110,6 +110,8 @@ Python Python%Interactive/Traceback Ruby Ruby%HTML%(ERB) SQL XML"
LANGUAGE_VALUES_dpaste="% Apache Bash Css Diff DjangoTemplate Haskell JScript Python PythonConsole \
Ruby Rhtml Sql Xml"
EXPIRATIONS_dpaste=$(printf "%s " {1..365})
+escape_description_dpaste() { echo "$*"; }
+escape_input_dpaste() { echo "$*"; }
POST_dpaste() {
local title="${2}"
local syntax="${3}"