2DU hace 8 años
padre
commit
187275d70c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app.py

+ 1 - 1
app.py

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