Parcourir la source

disabled 추가

ect (or 2du) il y a 8 ans
Parent
commit
a4ed8d4804
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      app.py

+ 1 - 1
app.py

@@ -937,7 +937,7 @@ def raw_view(name = None, num = None):
     if(rows):
     if(rows):
         enddata = html.escape(rows[0][0])
         enddata = html.escape(rows[0][0])
         
         
-        enddata = '<textarea style="height: 80%;">' + enddata + '</textarea>'
+        enddata = '<textarea disabled style="height: 80%;">' + enddata + '</textarea>'
         
         
         return(
         return(
             template('other', 
             template('other',