summaryrefslogtreecommitdiff
path: root/modules/gallery/views/admin_maintenance_show_log.html.php
diff options
context:
space:
mode:
authorChad Kieffer <ckieffer@gmail.com>2009-11-08 09:00:49 -0700
committerChad Kieffer <ckieffer@gmail.com>2009-11-08 09:00:49 -0700
commitd73de4f0a20001963fa2274a2d758d6931c6ee1f (patch)
treeef136a2ee08db6f57e3a492f59a9749f4f6ebd3e /modules/gallery/views/admin_maintenance_show_log.html.php
parent23739bda0168a9c0f300a47c3c3f153bf3981af1 (diff)
No need to abbreviate text in CSS class names. Thx bharat!
Diffstat (limited to 'modules/gallery/views/admin_maintenance_show_log.html.php')
-rw-r--r--modules/gallery/views/admin_maintenance_show_log.html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/views/admin_maintenance_show_log.html.php b/modules/gallery/views/admin_maintenance_show_log.html.php
index ff7ac50e..d2472fdc 100644
--- a/modules/gallery/views/admin_maintenance_show_log.html.php
+++ b/modules/gallery/views/admin_maintenance_show_log.html.php
@@ -11,7 +11,7 @@ appendTo('body').submit().remove();
</script>
<div id="g-task-log-dialog">
<h1> <?= $task->name ?> </h1>
- <div class="g-task-log g-txt-small">
+ <div class="g-task-log g-text-small">
<pre><?= html::purify($task->get_log()) ?></pre>
</div>
<button id="g-close" class="ui-state-default ui-corner-all" onclick="dismiss()"><?= t("Close") ?></button>