2DU 8 лет назад
Родитель
Сommit
187275d70c
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app.py

+ 1 - 1
app.py

@@ -938,7 +938,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 disabled style="height: 80%;">' + enddata + '</textarea>'
+        enddata = '<textarea readonly="" style="height: 80%;">' + enddata + '</textarea>'
         
         
         return(
         return(
             template('other', 
             template('other',